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
User Story:
as an admin I can see all scheduled events, viewing the title and date of each event. with the options to add new events, edit or delete any of them.
Front End Side:
Website will look something like the event view in this figma prototype.
Add event button/Icon will redirect you to the Add event page.
Acceptance Criteria:
All events are listed from the database, displaying the title and date of the event.
Two buttons are attached to each event (edit and delete).
Add New Event button has a fixed position on the page.
Clicking edit button redirects to the edit form.
Clicking the delete button pops up a modal to make sure the action is intended.
Clicking the Add New Event button redirects to the add event/program form.
Clicking the event will show how it appears on the screen.
The text was updated successfully, but these errors were encountered:
User Story:
as an admin I can see all scheduled events, viewing the title and date of each event. with the options to add new events, edit or delete any of them.
Front End Side:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: