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 collaboratorDashboard
As a registered user who is logged in
I want to see a page about myself
So that I can see my site activity
- Scenarios
-
- Viewing my dashboard
- Setting current mood
- Viewing mood history
- Viewing the sender of a message
- Replying to a message
- Viewing my messages
- Viewing my dashboard
-
- Given
- I am logged in
- And
- I am trying to access my dashboard
- Then
- I can access my dashboard
- Setting current mood
-
- Given
- that I am viewing my dashboard
- When
- I click Change Mood
- Then
- redirect to the Mood Picker page
- Viewing mood history
-
- Given
- that I am viewing my dashboard
- When
- I try to view my mood history
- Then
- I am redirected to the Mood History page for me
- Viewing the sender of a message
-
- Given
- that I am viewing my dashboard
- When
- I click on the correspondent for a message
- Then
- redirect to the User View of the correspondent
- Replying to a message
-
- Given
- that I am viewing my dashboard
- When
- I click on the reply button for a message
- Then
- redirect to the User View of the correspondent
- Viewing my messages
-
- Given
- that I am viewing my dashboard
- When
- I try to view my messages
- Then
- I am redirected to the Messages page
Last published almost 7 years ago by Angus Todd.