To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCreate Group
In order to allow users make decisions as a collective
Users must be able to create groups
- Background
-
- Given
- a group "demo-group" with "[email protected]" as admin
- And
- I am logged in as "[email protected]"
- Scenarios
-
- Create public, open invite Group as Group Admin
- Create private, open invite Group as Group Admin
- Create public, member-only invite Group as Group Admin
- Create private, member-only invite Group as Group Admin
- Create public, open invite Group as Group Admin
-
- When
- I click create group
- And
- I select public, open invite
- And
- I fill in the group details
- Then
- a new group should be created
- Create private, open invite Group as Group Admin
-
- When
- I click create group
- And
- I select private, open invite
- And
- I fill in the group details
- Then
- a new group should be created
- Create public, member-only invite Group as Group Admin
-
- When
- I click create group
- And
- I select public, member-only
- And
- I fill in the group details
- Then
- a new group should be created
- Create private, member-only invite Group as Group Admin
-
- When
- I click create group
- And
- I select private, member-only
- And
- I fill in the group details
- Then
- a new group should be created
Last published over 7 years ago by Loomio Project.