Description
AS A: hidden treasure website visitor,
I WANT: to filter events by year on the Events page,
SO THAT: I can easily view only the events that took place in a specific year without scrolling through all events
AC's:
- Filter Functionality: A year filter allows users to select a specific year, and when a year is selected, only events from that year are displayed
- Data Handling: The filter correctly fetches or filters data from the events source based on the selected year.
Description
AS A: hidden treasure website visitor,
I WANT: to filter events by year on the Events page,
SO THAT: I can easily view only the events that took place in a specific year without scrolling through all events
AC's: