Sassy-Snowmen / reactive-nutshell

0 stars 2 forks source link

Delete an event #31

Open CassieBoyd opened 4 years ago

CassieBoyd commented 4 years ago

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