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 efficient sorting of grid pages according to any field in the database. #45

Closed cilki closed 6 years ago

cilki commented 6 years ago

Time estimation: 4 hours Assumptions: Flask-Restless's filter parameter will be easy to use. Actual Time: 3.5 hours

atrieder commented 6 years ago

As of the last few commits, we have a working implementation of sorting via a selector field in the grid pages (to the left of the pagination component).

mitchellmarshe commented 6 years ago

As of now, we have most if not all ways to sort and filter content throughout the website. I think for Phase 4, the tooltip in the grid models will need to include these fields so that the user understands what's going on.