flycat-web icon indicating copy to clipboard operation
flycat-web copied to clipboard

Sign Up Process - [Imrpovement]

Open roughpandaz opened this issue 1 year ago • 1 comments

Context

Currently - first time users are redirected to the main thread after creating a wallet.

Sign up --> Main Thread 

Improvement

First-time users should be directed to the profile page to edit information first.

Sign up --> Edit Profile 

Issues/questions

  1. How do you know they are first-time users (local flag? private db? store "token" in the wallet?)

roughpandaz avatar Nov 20 '23 07:11 roughpandaz

for the question, we can query the local db and search from the relay to see if the login user has any profile setting(kind-0) event. if no, display a edit profile page for him/her

digi-monkey avatar Nov 20 '23 13:11 digi-monkey