- As an authenticated user, I want to be able to create my own group. - When I'm on `/groups/new`: - [ ] I can enter the group details on a well labeled form. - [ ] I would like the website to redirect me to the details page of the new group upon success. - So that I can view what the group details looks like currently - When I enter invalid data on the form: - [ ] I would like the website to inform me of the validations I failed to pass, and repopulate the form with my valid entries (except my password). - So that I can attempt the form again without reentering all the information.
/groups/new: