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 collaboratorDaily activity email
In order to stay informed across all my loomio groups
I want to receive a summary of proposal and discussions in my email
- Scenarios
-
- Ben is sent a daily activity email
-
- Given
- there is a user "Ben"
- And
- "Ben" is subscribed to daily activity emails
- Given
- there is a group "Pals"
- And
- "Ben" belongs to "Pals"
- And
- there is a discussion "I'm Lonely" in "Pals"
- And
- there is a proposal "Party on Saturday" from the discussion "I'm Lonely"
- When
- we send the daily activity email
- Then
- "Ben" should get the daily activity email
- And
- that email should have the discussion "I'm Lonely"
- And
- that email should have the proposal "Party on Saturday"
- Ben is not sent a daily activity email
-
- Given
- there is a user "Ben"
- And
- "Ben" is subscribed to daily activity emails
- Given
- there is a group "Pals"
- And
- "Ben" belongs to "Pals"
- When
- we send the daily activity email
- Then
- "Ben" should not get the daily activity email
Last published almost 7 years ago by Loomio Project.