Visitors struggle to find events happening on the day they visit due to listings showing all events for the next 90 days.
Day-trip visitors and locals checking for events happening today or tonight.
Implement a 'Today only' toggle that filters events to show only those happening today, with the toggle set to 'ON' by default when the events screen is opened.
Given the app is opened When the events screen is accessed Then the 'Today only' toggle defaults to ON Given the toggle is ON When viewing events Then only events with a start time in the user's local timezone today are shown Given the toggle state is changed When browsing within the same session Then the toggle state persists
The toggle applies only to the event listings screen and resets to 'ON' each time the app is opened. It does not affect other content types or navigation patterns.
Should the toggle state persist across sessions?
No
The toggle should reset to 'ON' each time the app is opened to focus on today's events.