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 collaboratorLoomio admin approves group request to join Loomio
As a Loomio super-admin
So that I can moderate the growth of the Loomio userbase
I want to be able to approve group applications
- Background
-
- Given
- I am a Loomio super-admin
- And
- I am logged in
- And
- there is a request to join Loomio
- Scenarios
-
- Loomio admin views group requests
- Loomio admin sets the maximum group size
- Loomio admin approves a group request
- Loomio admin ignore a group request
- Loomio admin views group requests
-
- When
- I visit the Group Requests page on the admin panel
- Then
- I should see the request
- Loomio admin sets the maximum group size
-
- When
- I visit the Group Requests page on the admin panel
- And
- I edit the maximum group size
- And
- I approve the request
- Then
- the maximum group size should be assigned to the group
- Loomio admin approves a group request
-
- When
- I visit the Group Requests page on the admin panel
- And
- I approve the request
- Then
- the group request should be marked as approved
- And
- the group should be created
- And
- an invitation email should be sent to the group admin
- And
- I should be redirected to the Group Requests page
- And
- I should no longer see the request
- Loomio admin ignore a group request
-
- When
- I visit the Group Requests page on the admin panel
- And
- I ignore the request
- Then
- the group request should be marked as ignored
- And
- I should be redirected to the Group Requests page
- And
- I should no longer see the request
Last published over 7 years ago by Loomio Project.