crazycooky77 / ci_project5

0 stars 1 forks source link

[ENH] Implement Pagination #35

Open crazycooky77 opened 2 months ago

crazycooky77 commented 2 months ago

Is your feature request related to a problem? Please describe. As the site grows and more products are added, it may provide a better user experience to introduce pagination and only show ~50 products per page.

Describe the solution you'd like Cap product pages and profile > orders page to 50 products/100 orders. The user can then click through the pages to browse further.

Describe alternatives you've considered Currently, there are multiple sorting options, as well as a search function. Products are also split into broader categories that can be easily accessed via the navigation bar. These features may be sufficient to provide the best user experience.

Additional context For implementation: from django.core.paginator import Paginator An initial decision will be made on whether or not pagination should be implemented, before the 1.1 milestone release.