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
Flow Wallet currently asks user's to input a username when creating a profile. This step induces user friction to the onboarding process, as users spend time thinking about which username to use, and put unnecessary emphasis on this decision.
Flow Wallet uses usernames for two purposes:
As an identifier other users can use when sending FT/NFT to another user
As the identifier for the users profile
For 1, there are existing community governed naming conventions, FlowNS and .find that Flow Wallet already supports which cover this use case. As such, we should remove Flow Wallet's naming feature and push all support toward FlowNS and .find instead.
For 2, instead of a user chosen name, Flow Wallet can instead default to numbered profiles (eg: "Profile 1" , "Profile 2" ... "Profile n") as other products Coinbase Wallet, Phantom and others choose to do. Should the user want to customize the name on their profile, they should be able to after profile creation.
Expected Outcomes
Remove creating a username from the Flow Wallet onboarding userflow
Default to naming profiles using sequential numbers (eg: "Profile 1", "Profile 2", ... "Profile n")
Allow the user to change the name of their profile
Remove the ability to toggle a profile as visible/invisible
Milestones
Designs complete
iOS implementation complete
Android implementation complete
Extension implementation complete
Platforms
iOS
Android
Extension
The text was updated successfully, but these errors were encountered:
Feature
Flow Wallet currently asks user's to input a username when creating a profile. This step induces user friction to the onboarding process, as users spend time thinking about which username to use, and put unnecessary emphasis on this decision.
Flow Wallet uses usernames for two purposes:
For 1, there are existing community governed naming conventions, FlowNS and .find that Flow Wallet already supports which cover this use case. As such, we should remove Flow Wallet's naming feature and push all support toward FlowNS and .find instead.
For 2, instead of a user chosen name, Flow Wallet can instead default to numbered profiles (eg: "Profile 1" , "Profile 2" ... "Profile n") as other products Coinbase Wallet, Phantom and others choose to do. Should the user want to customize the name on their profile, they should be able to after profile creation.
Expected Outcomes
Milestones
Platforms
The text was updated successfully, but these errors were encountered: