# Use Case 9.1 Show app menu ## Overview | Aspect | Description | |------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Summary** | The user opens the app menu to access features like app tours, help, settings, activity history, feedback, and app info, with the ability to scan QR codes,
log out, or navigate back to the main dashboard. | | **Goal** | Navigating to actions via the menu. | | **Preconditions** | *None* | | **Postconditions** | *None* | | **Triggered by** | | | **Additional Documentation** | *None* | | **Possible errors** | *None* | | **Logical test cases** | | --- ## Flow | # | Description | Next | |---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| | **1** | **PRIMARY SCENARIO** | | | **1.1** | **System displays screen 'Menu'** | | | 1.1a | User selects App tour videos | Go to: [UC1.3 App tour](UC1.3_AppTour.md) | | 1.1b | User selects Need help? | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) | | 1.1c | User selects Scan QR code | Go to: [UC9.9 Scan QR](UC9.9_ScanQR.md) | | 1.1d | User selects Activities | Go to: [UC6.1 Show complete history](UC6.1_ShowCompleteUsageAndManagementHistory.md) | | 1.1e | User selects Settings | 2 | | 1.1f | User selects Give feedback | Show placeholder 'under construction' | | 1.1g | User selects About this app | Go to: [UC9.2 Get app information](UC9.2_GetAppInformation.md) | | 1.1h | User selects Back | Go to: [UC7.1 Show all available cards](UC7.1_ShowAllAvailableCards.md) | | 1.1i | User selects Logout | Go to: [UC9.7 Log out of the app](UC9.7_LogoutOffTheApp.md) | | **2** | **VIEW SETTINGS MENU** | | | **2.1** | **System displays screen 'Settings menu'** | | | 2.1a | User selects Back | Back | | 2.1b | User selects Change PIN | Go to: [UC2.6 Change remote PIN](UC2.6_ChangeRemotePIN.md) | | 2.1c | User selects Unlock with Biometrics | Go to: [UC2.2 Change biometric unlock](UC2.2_ChangeBiometricUnlock.md) | | 2.1d | User selects Change language | Go to: [UC9.3 Change app language](UC9.3_ChangeAppLanguage.md) | | 2.1e | User selects Remove data | Go to: [UC9.4 Wipe all app data](UC9.4_WipeAllAppData.md) |