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 collaboratorAdmin
As a registered admin who is logged in
I want to be able to carry out a range of administrative tasks
So that I can keep site content tidy
- Scenarios
-
- Merging games
-
- Given
- that I think there are two games are actually the same
- And
- I schedule them to merge
- When
- I resolve the conflicts in each field
- And
- confirm that I want to finalise the merge
- Then
- a new game is created
- And
- the game will have the merged info
- And
- the game will retain all reviews from the original games
- And
- the original games will be removed
- Deleting a game
-
- Given
- that I think a game should not be in the system
- When
- I schedule it for deletion
- And
- confirm it should be removed
- Then
- the game will no longer exist
- And
- any reviews for the game will no longer exist
- Deleting a review
-
- Given
- a review has to be deleted
- When
- I schedule it for deletion
- And
- confirm it should be removed
- Then
- the review will no longer exist
Last published over 5 years ago by Angus Todd.