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

As a student, I want to be able to control which data modifications trigger a push notification event, so I am able to customize which notifications i consider important and which I consider inessential. #6

Open
ricas00 opened this issue Mar 23, 2022 · 0 comments
Assignees

Comments

@ricas00
Copy link
Collaborator

ricas00 commented Mar 23, 2022

Notes

Examples:

  • Allow "Nova Sala Exame" notifications
  • Disallow "Exames ao Abrigo de Época Especial" notifications

User Interface Mockup

Screenshot 2022-03-31 at 18 57 30

Acceptance Tests

Feature: Push Notifications Trigger Customizations

Scenario: User wants to toggle push notifications for "Nova Sala Exame"
Given user is logged into his account
Then toggles checkbox to receive push notifications for "Nova Sala Exame"

Scenario: User wants to toggle off all push notifications
Given user is logged into his account
When user has at least 1 checkbox active for receiving push notifications
Then user selects "Limpar Escolhas" to remove all selected options

Scenario: User wants to toggle on all push notifications
Given user is logged into his account
When user has at least 1 checkbox unselected for receiving push notifications
Then user selects "Selecionar Todos" to select all options

Value and Effort

Value: Should Have
Effort: L

@ricas00 ricas00 changed the title As a student, I want to be able to control which data modifications trigger a notification event, so I am able to customize which notifications i consider important and which I consider inessential. As a student, I want to be able to control which data modifications trigger a push notification event, so I am able to customize which notifications i consider important and which I consider inessential. Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants