-
Notifications
You must be signed in to change notification settings - Fork 0
User stories
As the PM when I click the create event button, I am directed to a form to fill out that lets me put in an event name, an event image, a description of the event, and a date for the event. If I do not fill out the required fields correctly, I am given validation errors telling me what I have to do to create an event correctly.
- When clicking the Create Event button the user is redirected to a Create Event form
- If the form is filled out incorrectly they will be unable to create an event until they fix their validations errors
- If the user gets validation errors those errors will be displayed at the top of the form as a list.
- After filling out the form and clicking Create (after confirming there are no validation errors), the user is redirected to the event page displaying their event
As the PM when I either finish creating an event or if I click on an event, I am directed to that events page. I can see that the page displays an event photo, the events details, and any comments that event might have.
- When the user has created an event they are redirected to their event
- OR
- When the user clicks an event in the event feed they are redirected to that events page
- The page displays a photo (if applicable)
- The page displays the event details
- The page displays any comments made by users
As a PM when I click the edit event button on the page of an event I own, I am directed to a form to fill out that lets me edit the event name, edit the event image, edit description of the event, and edit the date for the event. If I do not fill out the required fields correctly, I am given validation errors telling me what I have to do to have a correct event edit.
- There is an edit button if that event belongs to the user
- When clicking the Edit Event button the user is redirected to a Edit Event form
- If the form is filled out incorrectly they will be unable to edit an event until they fix their validations errors
- If the user gets validation errors those errors will be displayed at the top of the form as a list.
- After filling out the form and clicking Edit (after confirming there are no validation errors), the user is redirected to the event page displaying their event