JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Admin - Requests - Add request filtering #160

Open Frama-99 opened 2 years ago

Frama-99 commented 2 years ago

The filters should appear to the left of the request cards (similar to Expedia's UI). They should include the following:

This will require backend changes to add filtering so that we're not pulling all requests in at once. Though if the filtering is getting "narrower" (e.g. originally all 6 statuses are selected, but now only one is), we might be able to use data that has already been fetched in the frontend.

Considerations also need to be made about whether we apply a filter right after a checkbox is selected, or if there should be an "apply" button.