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 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.
The default option is to notify on events from all the curricular units
User interface mockups
Acceptance tests
Feature: System notification for Moodle calendar eventsBackground:
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 unitWhen 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 unitGiven 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 activatedGiven 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
The text was updated successfully, but these errors were encountered:
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
Value and effort
The text was updated successfully, but these errors were encountered: