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 collaboratorViewing a Game
As any user
I want to view a game
So that I know what other people think about it
- Scenarios
-
- Viewing a game
-
- Given
- I have selected a game to view
- And
- the game has been reviewed
- Then
- I will be able to view a page for it
- And
- the page will have basic game details
- And
- the page will have a summary of ratings and reviews for each feature
- Viewing more about an feature
-
- Given
- I have selected a game to view
- And
- I want to view more about a feature
- Then
- I will be able to view a page for it
- And
- this view will show all reviews for the given attribute
- Rating a review
-
- Given
- I have selected a game to view
- And
- a feature of the game has been reviewed
- When
- I am viewing a review
- And
- I select upvote or downvote
- Then
- my opinion will be recorded
Last published over 5 years ago by Angus Todd.