Each event will have a delete button with an event listener that will delete the event from the api. After the delete happens the user will be redirected to the events page with the updated list of events.
Given a user wants to remove an event
When the user performs a gesture to delete the event
Then the event should be removed from the database
And the user should be redirected to the list of events
5
Each event will have a delete button with an event listener that will delete the event from the api. After the delete happens the user will be redirected to the events page with the updated list of events.
Given a user wants to remove an event When the user performs a gesture to delete the event Then the event should be removed from the database And the user should be redirected to the list of events