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

System notifications for Moodle calendar events #8

Open
Sirze01 opened this issue Mar 30, 2022 · 1 comment
Open

System notifications for Moodle calendar events #8

Sirze01 opened this issue Mar 30, 2022 · 1 comment
Labels
M Medium effort to accomplish Must Must do (MoSCoW) User story

Comments

@Sirze01
Copy link
Contributor

Sirze01 commented Mar 30, 2022

As a student, I want to receive notifications through my device notification system, so that I'm aware of important dates marked in the Moodle calendar related to a curricular unit.

Notes

User interface mockups

Acceptance tests

Feature: System notification for Moodle calendar events
  Background:
    Given that I'm in a curricular unit's sections page
    And that notifications are active for all the curricular units by default

  Scenario: Disable notifications for a curricular unit
    When I tap/select the bell icon on the top left corner
    Then notifications will no longer be generated for the curricular unit's events marked in the Moodle calendar

  Scenario: Enable notifications for a curricular unit
    Given that the curricular unit's notifications have been previously disabled
    When I tap/select the bell icon on the top left corner
    Then notifications will be generated for the curricular unit's events marked in the Moodle calendar

  Scenario: Receive notification are activated
    Given that notifications 
    When an event in any of my curricular units is coming up 
    Then a notification should be generated through the system notifications system
    And I can see it, reminding me of the event
    

Value and effort

Value Effort
Must M
@Sirze01 Sirze01 changed the title System notification for Moodle calendar events System notifications for Moodle calendar events Mar 30, 2022
@joaopascoalfariafeup
Copy link
Contributor

Podiam ter mockup com o tal ícone.
Tem pequenos problemas a corrigir em sede de automação de testes, e.g.:

  • gave been-> have been?
  • a event -> an event
  • Receive notification -> Given that notifications are activated?

@Sirze01 Sirze01 added Must Must do (MoSCoW) M Medium effort to accomplish labels Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M Medium effort to accomplish Must Must do (MoSCoW) User story
Projects
None yet
Development

No branches or pull requests

2 participants