# 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** |
- User completes [UC2.3 Unlock the app](UC2.3_UnlockTheApp.md) when app is personalized.
- User completes [UC3.1 Obtain PID](UC3.1_ObtainPidFromProvider.md).
- User completes [UC4.1 Obtain one or more cards from a (Q)EAA Issuer](UC4.1_ObtainCardsFromEAAIssuer.md).
|
| **Additional Documentation** | *None* |
| **Possible errors** | *None* |
| **Logical test cases** | - [LTC32 Show all available cards](../logical-test-cases.md#ltc32)
|
## Flow
| # | Description | Next |
|---------|------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
| **1** | **PRIMARY SCENARIO** | |
| **1.1** | **System displays screen 'Dashboard'**- Actions: Start App Tour (opt.), Scan QR, Activities, Cards, Menu, Help, About this app
| |
| 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 |