Chris-Johnston / CROBBER

Made for UWB Hacks 2019. The social media site for CROBS.
MIT License
6 stars 0 forks source link

Add pagination #9

Open bpas247 opened 5 years ago

bpas247 commented 5 years ago

The homepage is currently getting quite long.

We should consider dividing the feed into multiple pages, each page with 50 entries.

Bootstrap supports a pagination component, so we should consider using that in the template.

etcadinfinitum commented 5 years ago

IIRC, we are only pulling the 50 most recent posts in the database in the sqlite3 query, but the page does have a tendency to get pretty long. would it be better to:

bpas247 commented 5 years ago

give the option to browse the entire post history and paginate them

This seems the more appropriate way of handling it. We could also add an option to the upcoming settings page that will allow the user to customize how many posts her page they would like to see (or just add functionality somewhere on the homepage)