# Use Case 7.1 Show all available cards ## Overview | Aspect | Description | |------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Summary** | The user views all available cards on the app dashboard. | | **Goal** | Finding Cards available in the app | | **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 'Dashboard'** | | | 1.1a | User selects Start App Tour (only available when user did not select this before) | Go to: [UC1.3 App tour](UC1.3_AppTour.md) | | 1.1b | User selects Scan QR | Go to: [UC9.9 Scan QR](UC9.9_ScanQR.md) | | 1.1c | User selects Activities | Go to: [UC6.1 Show complete history](UC6.1_ShowCompleteUsageAndManagementHistory.md) | | 1.1d | User selects a Card | Go to: [UC7.2 Show card details](UC7.2_ShowCardDetails.md) | | 1.1e | User selects Menu | Go to: [UC9.1 Show app menu](UC9.1_ShowAppMenu.md) | | 1.1f | User selects About this app | Go to: [UC9.2 Get app information](UC9.2_GetAppInformation.md) | | 1.1g | User selects Help | Go to: [UC9.6 Get help](UC9.6_GetHelp.md) | | 1.1h | User selects any other dashboard action | End |