nss-evening-cohort-12 / nutshell-elk

Renaissance Faire
0 stars 3 forks source link

# Delete Events Collection #93

Closed MarkyAaronYoung closed 4 years ago

MarkyAaronYoung commented 4 years ago

User Story

As a user, I should be able to delete only the events I've created as well as delete souvenirs, shows, staff, and food items I've added to that event

AC

When a user is authenticated And Then they click on an event page Then the user can delete an entire event When they click on a delete button on the specific event page

Dev Notes

luketlancaster commented 4 years ago

this just removes the staff (and other things) from the event, right? Like it doesn't delete the Staff item totally?

bnemchak commented 4 years ago
Screen Shot 2020-08-02 at 6 00 28 PM
luketlancaster commented 4 years ago

you'll also want axios requests to delete anything from any join tables you may have created