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 collaboratorEditing a Game
As a logged in user (with the role of admin?)
I want to manage tags for games
So that games can be categorised
- Scenarios
-
- Adding a new tag to the system
- Editing a tag in the system
- Removing a tag from the system
- Adding a tag to a game
- Removing a tag from a game
- Adding a new tag to the system
-
- Given
- I am adding tags to a game
- When
- I suggest a new tag
- Then
- it will be added to the system
- And
- the game will receive this tag
- Editing a tag in the system
-
- Given
- I am adding tags to a game
- When
- I see a tag which needs corrected
- And
- I suggest a new name
- Then
- the tag will be renamed
- Removing a tag from the system
-
- Given
- I am adding tags to a game
- When
- I see a tag which should not exist
- And
- I schedule it for deletion
- Then
- the tag will be deleted
- Adding a tag to a game
-
- Given
- that I am viewing a game
- And
- I would like to add a tag to it
- When
- I select the tag to apply to it
- Then
- the game will be tagged
- Removing a tag from a game
-
- Given
- that I am viewing a game
- And
- I think a tag should be removed
- When
- I select the tag to remove from the game
- Then
- the game shall no longer be tagged
Last published over 5 years ago by Angus Todd.