Dima-Bulavenko / TechCore

0 stars 1 forks source link

USER STORY: Product Pagination #39

Closed Dima-Bulavenko closed 1 month ago

Dima-Bulavenko commented 1 month ago

As a user I want to navigate through multiple pages of products so that I can browse the full range of available items.

Acceptance criteria

  1. Display pagination controls (e.g., page numbers, "Next," "Previous" buttons) at the bottom of the product listing pages.
  2. Provide a clear indication of the current page the user is on.
  3. Allow users to navigate between pages without reloading the entire page (using AJAX or similar techniques).
  4. Ensure pagination works with any applied filters, search queries, or sorting options.
  5. Ensure the pagination controls are responsive and easy to use on both desktop and mobile devices.