Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Warning for the game session #145

Open
ivellios opened this issue Nov 21, 2020 · 0 comments
Open

Content Warning for the game session #145

ivellios opened this issue Nov 21, 2020 · 0 comments
Labels
API backend This story touches backend enhancement New feature or request frontend This story touches frontend

Comments

@ivellios
Copy link
Member

Apart from Extra Notes on the Game Session, we would like to store and display extra information with Content Warning specifically. This information should be stored, edited and displayed exactly as Extra Notes, apart from being simply separate, so it has better exposition to the user.

Feature: Content Warning information for the users

Scenario: DM can add Content Warning
  Given I am a DM
  When I browse to the page for booking a game
  Then I can fill separate field for Content Warning placed under Extra Notes

Scenario: A player can see Content Warning on the Game Session Page
  Given I am a Player
  When I browse to the page with a Game Session
  And the game session has Content Warning filled out
  Then I can see it as a section placed above the Extra Notes section

Scenario: A player cannot see Content Warning on the Game Session Page when not provided
  Given I am a Player
  When I browse to the page with a Game Session
  And the game session does not have Content Warning at all
  Then I cannot see any section with Content Warning

This story should be covered in both repositories: frontend end backend with separate PRs.

@ivellios ivellios added enhancement New feature or request frontend This story touches frontend backend This story touches backend API labels Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API backend This story touches backend enhancement New feature or request frontend This story touches frontend
Projects
None yet
Development

No branches or pull requests

1 participant