tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

DAO User flow #573

Closed BOC111 closed 1 year ago

BOC111 commented 1 year ago

The user flow for a user joining and using the DAO APP

BOC111 commented 1 year ago
Tiki DAO User Flow
BOC111 commented 1 year ago

D2

Tiki DAO User Flow D2
BOC111 commented 1 year ago
Tiki DAO User Flow D3

@mike-audi Can. you look at the issues in yellow. These are the things that need your clarification

mike-audi commented 1 year ago

no password - we don't do passwords, login is handled via magic links (email)

automatic - yes, on signup a wallet is auto-created

not only do we not use cookies, but they are not a thing in mobile apps.

I'd recommend sticking to app only notifications to start and pick a single notification frequency, tho most typically these are asynchronous.

BOC111 commented 1 year ago

Ok, thanks

BOC111 commented 1 year ago

So, there is no browser access at all?

BOC111 commented 1 year ago
Tiki DAO User Flow D4

@mike-audi I want to give the user an option to receive email updates in addition to in-app.

BOC111 commented 1 year ago
Tiki DAO User Flow
mike-audi commented 1 year ago
BOC111 commented 1 year ago

@mike-audi

Intro section is unnecessary; remove it. Why? How else will we know if a new user has been introduced by a "friend" or a company when they don't have a code?

Tiki DAO User Flow
mike-audi commented 1 year ago

referral codes are embedded in the link used to install the app -> the same way we know if its an authorized company rep or a user.

BOC111 commented 1 year ago
Tiki DAO User Flow
mike-audi commented 1 year ago
  1. Add to origination: A user clicks a referral link
  2. Remove "stay logged in" option (not a thing for mobile apps)
  3. Move optional account and update settings downstream to an account block post-login (combine logout with this)
  4. Remove userId populated in form from login flow (it's automatically handled)
  5. You don't read the rules & regs on GitHub, only in the app
BOC111 commented 1 year ago
Tiki DAO User Flow
mike-audi commented 1 year ago

discord & updates move to post login logout moves to post login post login moves to the end and renamed to settings remove identity from account creation.

BOC111 commented 1 year ago
Tiki DAO User Flow
BOC111 commented 1 year ago
Tiki DAO User Flow