Sassy-Snowmen / reactive-nutshell

0 stars 2 forks source link

Edit events #30

Open CassieBoyd opened 4 years ago

CassieBoyd commented 4 years ago

5

Add an Edit button to each event with an event listener that renders an edit form and populates it with the event to be edited. A save button will appear on the edit form with an event listener to update the data in the api.

Given a user wants to change the details of an event When the user performs a gesture to edit an event Then the user should be presented with a form that has the event details pre-filled into the fields And there should be an affordance to save the new details