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 to search for models according to name, description, tags, and genre. #47

Closed cilki closed 6 years ago

cilki commented 6 years ago

Time estimation: 8 hours Assumptions: Flask-Restless's built in searching can do everything we need. Actual time: 7.5 hours

We may need to create a new api for each model's searching if Flask-Restless's search parameter is insufficient.

longhorn396 commented 6 years ago

Flask-Restless's built-in searching is indeed sufficient.

The default ordering is Metacritic score for games and Name/Title for the other three.

atrieder commented 6 years ago

We also now sort developers in descending order by their number of games.

mitchellmarshe commented 6 years ago

The search bar works according to what the user wants. It even highlights the text for you too!