GuardianLabs / guardian-keyper

Flutter app for backing up secrets by splitting those among friends
Other
6 stars 5 forks source link

Clarify 'Restore Vault' Instructions #38

Open dmitrsosnin opened 1 year ago

dmitrsosnin commented 1 year ago

The instructions for restoring a vault are unclear and should be broken down into clear, step-by-step instructions.

kdiomidov commented 1 year ago

To provide clean userflow without any friction we have to optimize and redesign following scenarios:

  1. Redesign main screen to avoid situations in which user tries to scan "become guardian" QR code instead of "restore vault" QR code.
  2. Probably add more clear instructions on guardian/owner guidance. Still in progress.
  3. Redesign interaction with text code. Right now it's very unclear what to do with it and how it works.
kdiomidov commented 1 year ago

Refactored and redesign restoration flow for both Guardian and Owner.

The updated flow not only solves this issue but also affects #35 & #34