Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Update Flow Wallet username feature #69

Open
11 tasks
JeffreyDoyle opened this issue Nov 12, 2024 · 0 comments
Open
11 tasks

[FEATURE] Update Flow Wallet username feature #69

JeffreyDoyle opened this issue Nov 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JeffreyDoyle
Copy link
Collaborator

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:

  1. As an identifier other users can use when sending FT/NFT to another user
  2. 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
@JeffreyDoyle JeffreyDoyle added the enhancement New feature or request label Nov 12, 2024
@JeffreyDoyle JeffreyDoyle moved this to Todo in Flow Wallet Nov 12, 2024
@JeffreyDoyle JeffreyDoyle changed the title [FEATURE] Remove Flow Wallet username feature [FEATURE] Update Flow Wallet username feature Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant