-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
As an authenticated user, I want to be able to edit or delete any events I create so that I may fix any mistakes that I make in the creation process.
AC1: There are two buttons in each event well in the "My Events" section of the "My Events" page. One for deletion and one for editing.
AC2: Delete button simply moves the event status to "inactive" in the database and removes the event from any current views.
AC3: Edit button opens a form similar to the "create" modal, where the user can re-enter the event details.
AC4: Server-side validation is performed on the edit submission.
AC5: Users can use another "delete" button to remove any favorites from the "My Favorites" section.