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
Right now the Published Schedule Page displays all the planned events in a simple table. However, we need to display events based on season.
Using the new backend route linked to this task, create a dropdown for the seasons.
Using the backend route GET/published-schedule/seasons, which will return all the events occurring in the season grouped by day. For each event in a day, create a component(ei. box with event info) to display events.
Notes
For specific user flows or design questions, please work with Kaila from the design team
Acceptance Criteria
User’s are able to use Seasons drop down to display events for only that season.
Events from that season are grouped by day, in chronological order.
Instructions
GET/published-schedule/seasons
, which will return all the events occurring in the season grouped by day. For each event in a day, create a component(ei. box with event info) to display events.Notes
Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: