Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Implement Filters in UI #10

Open FreakyNobleGas opened 1 year ago

FreakyNobleGas commented 1 year ago

We would like to render filters in the UI to allow the user to query the games in a helpful way. As we are planning this, it seems reasonable to render the filter and let the database handle sorting the games.

We'll need to decide on a schema for what the FastAPI endpoint will look like.