Wiki

Clone wiki

Mesh / US / 79956096

Title: Create a group of interest

Primary Actor: Authenticated User

Main Success Scenario:

1. User presses the “Create New Group” button in the navbar.
2. User fills in the form with the group information (Name, description).
3. The system validates the data.
4. The new group is created and the user is redirected to the group’s page.

Extensions:

3.
    a. The name has not been specified or one of the other fields is invalid.
        1. Authenticated User is notified of the error; Use case continues from step 2.
    b. A group already exists by that name.
        1. Authenticated User is notified of the error; Use case continues from step 2.

Updated