Skip to content

Commit

Permalink
dispatch wallet screen
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienLopez committed Oct 14, 2024
1 parent 52b3119 commit babf993
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 73 deletions.
72 changes: 0 additions & 72 deletions docs/wallet/main-wallet-screens.md

This file was deleted.

22 changes: 22 additions & 0 deletions docs/wallet/wallet-screen/display-screen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Display Screen

Updated the 14th of October 2024.

<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}>
<div style={{ flex: '0 0 30%' }}>
<img src="/img/ssi_screen/talao_discover.png" alt="Talao Discover Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} />
</div>
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}>
<p>This is the Discover screen of the wallet to access issuers.</p>
<ol>
<li>My Wallet: to access the main screen of the wallet with all verifiable credentials represented as cards.</li>
<li>Discover: to access the issuer marketplace of the wallet to get all the issuer links.</li>
<li>Scan: to open the wallet scanner.</li>
<li>Buy coins: to access the <a href="https://wert.io">wert.io</a> exchange services to buy tokens and cryptos.</li>
<li>Settings: to access the settings menu.</li>
<li>Issuer links.</li>
<li>Active crypto account: to access the list of crypto accounts.</li>
</ol>
<p>The issuer links depend on the configuration of the wallet.</p>
</div>
</div>
24 changes: 24 additions & 0 deletions docs/wallet/wallet-screen/settings-menu-screen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Settings Menu

Updated the 14th of October 2024.

<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}>
<div style={{ flex: '0 0 30%' }}>
<img src="/img/ssi_screen/talao_settings.png" alt="Talao Settings Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} />
</div>
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}>
<p>This is the Settings menu of the wallet.</p>
<ol>
<li>Wallet Profiles: allows you to select one of the embedded ecosystem profiles.</li>
<li>Wallet Security: allows you to change the PIN code, use biometrics, show the wallet recovery phrase, manage user consent, backup, and restore features.</li>
<li>Wallet Settings: allows you to change the language and themes.</li>
<li>Self-Sovereign Identity: provides access to all DIDs, private keys, and OIDC4VC parameters for advanced users.</li>
<li>Developer Mode: allows advanced users to access raw data and protocol requests and responses.</li>
<li>Help Center: provides access to support chat, notifications, and email.</li>
<li>About: access the terms and conditions document.</li>
<li>Activity Log: displays all events such as issuances and credential presentations.</li>
<li>Reset: resets the wallet, deleting all credentials and private keys with no option to undo if no backup is available.</li>
</ol>
<p>The menu may vary depending on the configuration of the wallet.</p>
</div>
</div>
26 changes: 26 additions & 0 deletions docs/wallet/wallet-screen/wallet-screen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Main Wallet Screen

Updated the 14th of October 2024.

<div style={{ display: 'flex', alignItems: 'stretch', marginBottom: '20px' }}>
<div style={{ flex: '0 0 30%' }}>
<img src="/img/ssi_screen/altme_wallet.png" alt="Altme Wallet Main Screen" style={{ width: '100%', marginLeft: '50px', height: 'auto' }} />
</div>
<div style={{ flex: '0 0 70%', height: '100%', marginLeft: '150px' }}>
<p>This is the main screen of the wallet where all verifiable credentials stored in the wallet are displayed.</p>
<ol>
<li>My Wallet: to access the main screen of the wallet (this screen) with all verifiable credentials represented as cards.</li>
<li>Discover: to access the issuer marketplace of the wallet to get all the issuer links.</li>
<li>Scan button.</li>
<li>Buy coins: to access the <a href="https://wert.io">wert.io</a> exchange services to buy tokens and cryptos.</li>
<li>Chat: to access the chat screen and send/receive messages as text and images from company support.</li>
<li>Verifiable credentials stored in the wallet.</li>
<li>Add cards: to access the issuer marketplace.</li>
<li>NFT: to access the list of NFTs of the active crypto account.</li>
<li>Coins: to access the list of cryptos and tokens of the active crypto account.</li>
<li>Settings: to access the settings menu.</li>
<li>Active crypto account: to access the list of crypto accounts.</li>
<li>Notifications: to access the notification screen to read messages sent by support to all users.</li>
</ol>
</div>
</div>
10 changes: 9 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit babf993

Please sign in to comment.