- As an authenticated user who is organizer or co-host, I want to be able to create events for my group. - When I'm on `/groups/:groupId/events`: - [ ] I can click a "New event" button which will redirect me to a form located at `/groups/:groupId/events/new`. - When I'm on `/groups/:groupId/events/new`: - [ ] I can enter the information for my new event and submit it. - [ ] I would like the website to redirect me to the event detail page upon successful creation. - So that I can review the event details as it currently exists. - When I enter invalid data on the form: - [ ] I would like to be informed of the validations I failed to pass, and repopulate the form with my valid entries. - So that I can attempt the form again without reentering all the information.
/groups/:groupId/events:/groups/:groupId/events/new./groups/:groupId/events/new: