You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Notes
Examples:
User Interface Mockup
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
The text was updated successfully, but these errors were encountered: