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 user, I want to be able to disable or enable class schedule notifications so that I can personalize my experience, according to my preferences. #11

Closed
RuiMoreira1 opened this issue Apr 3, 2022 · 1 comment

Comments

@RuiMoreira1
Copy link
Collaborator

Notes

  • User is authenticated.

User Interface mockups

Mockup 1 Mockup 2

Acceptance Tests

Feature: Enable or Disable class schedule notifications

     Scenario: User enables notifications
          When the user enables this option
          Then application starts triggering notifications

     Scenario: User disables notifications
           When the user disables this option
           Then application stops triggering notifications

Value and effort

This feature is a must have feature (according to the MoSCoW method), and we will allocate an effort of S, on a scale of XS, S, M, L, XL

@H0wl3r2001 H0wl3r2001 changed the title As an user, I want to be able to disable or enable class schedule notifications so that I can personalize my experience, according to my preferences. As a user, I want to be able to disable or enable class schedule notifications so that I can personalize my experience, according to my preferences. Apr 19, 2022
@arestivo
Copy link
Collaborator

I think testing if the user receives notifications or not should not be part of this US acceptance tests:

 Scenario: User disables notifications
       When the user disables this option
       Then application stops triggering notifications

The "then" should be to test if the notification setting is saved. If the notifications are triggered should be part of another US: e.g., #8

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

3 participants