From babf9932addc4519070fe5ea027fa26cba5bb844 Mon Sep 17 00:00:00 2001 From: Bastien Lopez Date: Mon, 14 Oct 2024 23:22:11 +0200 Subject: [PATCH] dispatch wallet screen --- docs/wallet/main-wallet-screens.md | 72 ------------------- docs/wallet/wallet-screen/display-screen.md | 22 ++++++ .../wallet-screen/settings-menu-screen.md | 24 +++++++ docs/wallet/wallet-screen/wallet-screen.md | 26 +++++++ sidebars.ts | 10 ++- 5 files changed, 81 insertions(+), 73 deletions(-) delete mode 100644 docs/wallet/main-wallet-screens.md create mode 100644 docs/wallet/wallet-screen/display-screen.md create mode 100644 docs/wallet/wallet-screen/settings-menu-screen.md create mode 100644 docs/wallet/wallet-screen/wallet-screen.md diff --git a/docs/wallet/main-wallet-screens.md b/docs/wallet/main-wallet-screens.md deleted file mode 100644 index 5fbb864..0000000 --- a/docs/wallet/main-wallet-screens.md +++ /dev/null @@ -1,72 +0,0 @@ -# Main Wallet Screens - -Updated the 14th of October 2024. - - -
-
- Altme Wallet Main Screen -
-
-

This is the main screen of the wallet where all verifiable credentials stored in the wallet are displayed.

-
    -
  1. My Wallet: to access the main screen of the wallet (this screen) with all verifiable credentials represented as cards.
  2. -
  3. Discover: to access the issuer marketplace of the wallet to get all the issuer links.
  4. -
  5. Scan button.
  6. -
  7. Buy coins: to access the wert.io exchange services to buy tokens and cryptos.
  8. -
  9. Chat: to access the chat screen and send/receive messages as text and images from company support.
  10. -
  11. Verifiable credentials stored in the wallet.
  12. -
  13. Add cards: to access the issuer marketplace.
  14. -
  15. Cards: This screen.
  16. -
  17. NFT: to access the list of NFTs of the active crypto account.
  18. -
  19. Coins: to access the list of cryptos and tokens of the active crypto account.
  20. -
  21. Settings: to access the settings menu.
  22. -
  23. Active crypto account: to access the list of crypto accounts.
  24. -
  25. Notifications: to access the notification screen to read messages sent by support to all users.
  26. -
-
-
-
- - -
-
- Talao Discover Screen -
-
-

This is the Discover screen of the wallet to access issuers.

-
    -
  1. My Wallet: to access the main screen of the wallet with all verifiable credentials represented as cards.
  2. -
  3. Discover: to access the issuer marketplace of the wallet to get all the issuer links.
  4. -
  5. Scan: to open the wallet scanner.
  6. -
  7. Buy coins: to access the wert.io exchange services to buy tokens and cryptos.
  8. -
  9. Settings: to access the settings menu.
  10. -
  11. Issuer links.
  12. -
  13. Active crypto account: to access the list of crypto accounts.
  14. -
-

The issuer links depend on the configuration of the wallet.

-
-
-
- - -
-
- Talao Settings Screen -
-
-

This is the Settings menu of the wallet.

-
    -
  1. Wallet Profiles: allows you to select one of the embedded ecosystem profiles.
  2. -
  3. Wallet Security: allows you to change the PIN code, use biometrics, show the wallet recovery phrase, manage user consent, backup, and restore features.
  4. -
  5. Wallet Settings: allows you to change the language and themes.
  6. -
  7. Self-Sovereign Identity: provides access to all DIDs, private keys, and OIDC4VC parameters for advanced users.
  8. -
  9. Developer Mode: allows advanced users to access raw data and protocol requests and responses.
  10. -
  11. Help Center: provides access to support chat, notifications, and email.
  12. -
  13. About: access the terms and conditions document.
  14. -
  15. Activity Log: displays all events such as issuances and credential presentations.
  16. -
  17. Reset: resets the wallet, deleting all credentials and private keys with no option to undo if no backup is available.
  18. -
-

The menu may vary depending on the configuration of the wallet.

-
-
diff --git a/docs/wallet/wallet-screen/display-screen.md b/docs/wallet/wallet-screen/display-screen.md new file mode 100644 index 0000000..f59eddb --- /dev/null +++ b/docs/wallet/wallet-screen/display-screen.md @@ -0,0 +1,22 @@ +# Display Screen + +Updated the 14th of October 2024. + +
+
+ Talao Discover Screen +
+
+

This is the Discover screen of the wallet to access issuers.

+
    +
  1. My Wallet: to access the main screen of the wallet with all verifiable credentials represented as cards.
  2. +
  3. Discover: to access the issuer marketplace of the wallet to get all the issuer links.
  4. +
  5. Scan: to open the wallet scanner.
  6. +
  7. Buy coins: to access the wert.io exchange services to buy tokens and cryptos.
  8. +
  9. Settings: to access the settings menu.
  10. +
  11. Issuer links.
  12. +
  13. Active crypto account: to access the list of crypto accounts.
  14. +
+

The issuer links depend on the configuration of the wallet.

+
+
diff --git a/docs/wallet/wallet-screen/settings-menu-screen.md b/docs/wallet/wallet-screen/settings-menu-screen.md new file mode 100644 index 0000000..66e038a --- /dev/null +++ b/docs/wallet/wallet-screen/settings-menu-screen.md @@ -0,0 +1,24 @@ +# Settings Menu + +Updated the 14th of October 2024. + +
+
+ Talao Settings Screen +
+
+

This is the Settings menu of the wallet.

+
    +
  1. Wallet Profiles: allows you to select one of the embedded ecosystem profiles.
  2. +
  3. Wallet Security: allows you to change the PIN code, use biometrics, show the wallet recovery phrase, manage user consent, backup, and restore features.
  4. +
  5. Wallet Settings: allows you to change the language and themes.
  6. +
  7. Self-Sovereign Identity: provides access to all DIDs, private keys, and OIDC4VC parameters for advanced users.
  8. +
  9. Developer Mode: allows advanced users to access raw data and protocol requests and responses.
  10. +
  11. Help Center: provides access to support chat, notifications, and email.
  12. +
  13. About: access the terms and conditions document.
  14. +
  15. Activity Log: displays all events such as issuances and credential presentations.
  16. +
  17. Reset: resets the wallet, deleting all credentials and private keys with no option to undo if no backup is available.
  18. +
+

The menu may vary depending on the configuration of the wallet.

+
+
diff --git a/docs/wallet/wallet-screen/wallet-screen.md b/docs/wallet/wallet-screen/wallet-screen.md new file mode 100644 index 0000000..793d3ef --- /dev/null +++ b/docs/wallet/wallet-screen/wallet-screen.md @@ -0,0 +1,26 @@ +# Main Wallet Screen + +Updated the 14th of October 2024. + +
+
+ Altme Wallet Main Screen +
+
+

This is the main screen of the wallet where all verifiable credentials stored in the wallet are displayed.

+
    +
  1. My Wallet: to access the main screen of the wallet (this screen) with all verifiable credentials represented as cards.
  2. +
  3. Discover: to access the issuer marketplace of the wallet to get all the issuer links.
  4. +
  5. Scan button.
  6. +
  7. Buy coins: to access the wert.io exchange services to buy tokens and cryptos.
  8. +
  9. Chat: to access the chat screen and send/receive messages as text and images from company support.
  10. +
  11. Verifiable credentials stored in the wallet.
  12. +
  13. Add cards: to access the issuer marketplace.
  14. +
  15. NFT: to access the list of NFTs of the active crypto account.
  16. +
  17. Coins: to access the list of cryptos and tokens of the active crypto account.
  18. +
  19. Settings: to access the settings menu.
  20. +
  21. Active crypto account: to access the list of crypto accounts.
  22. +
  23. Notifications: to access the notification screen to read messages sent by support to all users.
  24. +
+
+
diff --git a/sidebars.ts b/sidebars.ts index b3f7797..71387b1 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -19,7 +19,15 @@ const sidebars: SidebarsConfig = { items: [ 'wallet/setup_wallet', 'wallet/getting_started', - 'wallet/main-wallet-screens', + { + type: 'category', + label: 'Wallet Screen', + items: [ + 'wallet/wallet-screen/wallet-screen', + 'wallet/wallet-screen/display-screen', + 'wallet/wallet-screen/settings-menu-screen', + ], + }, 'wallet/wallet-profiles', 'wallet/oidc4vc_settings', 'wallet/developer-mode',