This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[FEATURE] Filter events based on tags #9233
Open
Description
Description
In issue #5832 which is to manage tags for the event. This issue is to filter the events by those tags
- Add select dropdown to the top of the Event list page
pages/events.js
(this should change the url history, so the back button can be used and deep linking)

- Existing tags at the bottom of the Event component, when clicked change the select dropdown

- Update Event's API to filter by selected tag
pages/api/events.js
Screenshots
No response
Do you want to work on this issue?
No
Additional information
This is dependent on #5832