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
a button exists on the application dashboard to create an event. clicking this button opens a page that allows a user to input event details. submitting the page triggers a post request to the backend.
a post endpoint exists for a user to create an event.
the event persists in the database once it is created and it is associated with the organizer.
The text was updated successfully, but these errors were encountered:
A user can create an event.
requirements:
Done criteria:
The text was updated successfully, but these errors were encountered: