You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intent: We want users to be able to manage their account details, including updating registrations or the email associated with an account. By the end of F14, we want see that <1% of active users are stuck with an outstanding registration error or an unverified email address.
Description: Existing users can navigate to My Account via the avatar dropdown menu to view Profile and Keychain details. Users may click “Update Roles” to launch Step3 of the account creation flow (ie Link Cardano Wallet & Roles). Users walk through the steps to connect a wallet, re-select roles, and submit new registrations to mainnet. Users may also choose to edit the email associated with their account. This refreshes the verification flow (outside the app), and prevents the user from taking further privileged actions until the verification is complete.
Outcome: Users can take action to update their registration to either add a new role, or to resolve issues on a prior registration. Email verification ensures alignment with legacy operations processes for ensuring that fund rules and requirements are enforceable (short term, transition approach).
Value Delivery
As user, view all the details associated with my account at a glance, including any active issues
As user, update my roles according to how I want to participate going forward
As brand owner, enable enforceability of fund rules and requirements
Workflow
USER clicks avatar icon to show dropdown menu
USER clicks My Account and navigates there
USER sees registration error on the Roles panel
GIVEN role0 key GET list of registrations, including errors
USER clicks update roles to launch workflow
USER connect wallet, selects roles, and sign / submit tx
POST tx to mainnet
USER returns to My Account, where latest role selection is reflected, and error has been resolved
GIVEN role0 key GET list of registrations, including errors
USER sees that email is verified
GIVEN role0 key GET email, verificationStatus
USER clicks edit email, enters new value, and saves
PUT email FOR role0key GIVEN keySignature
SET verified = false
USER sees that email is now un-verified, and privileged actions are locked
USER completes email verification outside of the app
USER sees that email shows as verified in My Account
Intent: We want users to be able to manage their account details, including updating registrations or the email associated with an account. By the end of F14, we want see that <1% of active users are stuck with an outstanding registration error or an unverified email address.
Description: Existing users can navigate to My Account via the avatar dropdown menu to view Profile and Keychain details. Users may click “Update Roles” to launch Step3 of the account creation flow (ie Link Cardano Wallet & Roles). Users walk through the steps to connect a wallet, re-select roles, and submit new registrations to mainnet. Users may also choose to edit the email associated with their account. This refreshes the verification flow (outside the app), and prevents the user from taking further privileged actions until the verification is complete.
Outcome: Users can take action to update their registration to either add a new role, or to resolve issues on a prior registration. Email verification ensures alignment with legacy operations processes for ensuring that fund rules and requirements are enforceable (short term, transition approach).
Value Delivery
Workflow
Figma link
The text was updated successfully, but these errors were encountered: