cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user, I want pagination for all model grids. #46

Closed cilki closed 6 years ago

cilki commented 6 years ago

Time estimation: 8 hours Assumptions: Our API can be utilized to control the interval of results to be returned (to return one page at a time). Actual time: 12 hours

atrieder commented 6 years ago

As of the past few commits, we have a working implementation of pagination for the game, developer, and article grid pages.

mitchellmarshe commented 6 years ago

The pagination also scales accordingly. The buttons work within the range of the pages that are in the database. I feel like this feature is quite user friendly.