flycat-web
flycat-web copied to clipboard
Sign Up Process - [Imrpovement]
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
- How do you know they are first-time users (local flag? private db? store "token" in the wallet?)
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