aish12 / parksrus

2 stars 0 forks source link

Implement Pagination #38

Closed aish12 closed 6 years ago

aish12 commented 6 years ago

Expected to take 4 hours Actually took 3 hours

ChimdinduDenalexOrakwue commented 6 years ago

Already implemented (app/app.py line #20). Closing for now

aish12 commented 6 years ago

How will we determine how many items should be on each page?

ChimdinduDenalexOrakwue commented 6 years ago

We can decide based on how the # of items looks on each page.

ChimdinduDenalexOrakwue commented 6 years ago

Since this feature already comes with Flask-Restless, implementing it on the backend should only take 30min to an hour

ChimdinduDenalexOrakwue commented 6 years ago

@trentonbeckendorff How long do you think it will take to implement on the front-end?

danielczheng commented 6 years ago

As suggestion, we can also let the customer decide how many items appear per page, i.e. 10, 25, 50, 100 per page Also, somewhat related, we could look into infinity scroll as an alternative

ChimdinduDenalexOrakwue commented 6 years ago

Yeah those are pretty good ideas, we can stick to normal pagination now and then experiment later if we choose to.

danielczheng commented 6 years ago

Would still like thoughts @trentonbeckendorff, but I think it might take a few hours, since this is a feature for the grid pages.