# Use Case 9.11 Configure Notifications ## Overview | Aspect | Description | |------------------------------|-------------------------------------------------------------------------------------------------------------| | **Summary** | The user opens the notification settings screen from the menu, where they can turn notifications on or off. | | **Goal** | Turning notifications on or off. | | **Preconditions** | *None* | | **Postconditions** | Notifications are turned on or off. | | **Triggered by** | | | **Additional Documentation** | *None* | | **Possible errors** | *None* | | **Logical test cases** | | --- ## Flow | # | Description | Next | |---------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------| | **1** | **PRIMARY SCENARIO** | | | **1.1** | **System displays screen 'Notifications'** | | | 1.1a | User toggles notifications on
→ Notifications are enabled (When user has not given permission, OS ask for permission to send push notifications) | | | 1.1b | User toggles notifications off
→ Notifications are disabled | | | 1.1c | User selects Back | Back |