You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users are able to view all events in the catalog table in arbitrary order. However, we want to make catalog use more robust and user friendly by allowing them to search by title and filter by subject, event type, year, and season.
Add an input field for a search bar and 3 dropdowns for subject, event_type, year, and season (work with Vy from the design team or look to Lofi Figma for rough sketch)
Based on query filters, modify the current catalog table to only show data that matches requested search
Default for subject and event_type dropdown should be ‘All’ and ‘both’ for year
When the user types into the search bar, allow for a 2 pause of no key pressing before sending a request to the backend. (filters should still be automatic)
This is prevent lots of unnecessary intermediate requests to the backend
If there aren't any filters or queries, show all results.
Acceptance Criteria
When the user, changes the filters and queries, the catalog table changes to show only events that reflect the search/filter parameters.
Instructions
Notes
Acceptance Criteria
Resources
As always, feel free to message Michael and Michelle if you have any questions!
The text was updated successfully, but these errors were encountered: