LEIC-ES-2021-22 / 3LEIC05T1

0 stars 0 forks source link

System notifications for Moodle calendar events #8

Open Sirze01 opened 2 years ago

Sirze01 commented 2 years ago

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
joaopascoalfariafeup commented 2 years ago

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