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

How to encourage people to set their user id and display name? #750

Closed
1 task
Tracked by #838
vnugent opened this issue Mar 23, 2023 · 5 comments
Closed
1 task
Tracked by #838

How to encourage people to set their user id and display name? #750

vnugent opened this issue Mar 23, 2023 · 5 comments
Labels
help wanted Extra attention is needed UXD
Milestone

Comments

@vnugent
Copy link
Contributor

vnugent commented Mar 23, 2023

What would you like to be able to do? Please describe.
When looking at the user profile edit page, most people don't know:

  1. You can change the auto-generated user id to your own unique id (no space allowed, similar to IG or Twitter handle)
  2. Display name can be a human-friendly name with space Ex: "Jane Doe". A lot of people would put "jane.doe".

How important is this to you (Please pick one)

  • Nice-to-have

To do:

  • Suggest small UI changes to encourage people to set a user name and a display name

Screenshot 2023-03-23 at 11 57 35 AM

@vnugent vnugent added help wanted Extra attention is needed UXD labels Mar 23, 2023
@vnugent vnugent added this to the v0.8 milestone Mar 23, 2023
@vnugent vnugent mentioned this issue Mar 23, 2023
21 tasks
@clintonlunn
Copy link
Collaborator

@vnugent is there a way to figure out if the username/display name is the default randomly generated name? It might be nice to only tell the user that they can change their name if they haven't already changed it before.

@vnugent
Copy link
Contributor Author

vnugent commented Mar 27, 2023

The auto-generated name has the following format: <random adjective>_ <random color>_<random animal>.

What we can also do is somehow detect if it's the first login, the code would clear the auto-generated name, forcing the user to change it if they want to update the profile.

@clintonlunn
Copy link
Collaborator

@vnugent

Ok there is a loginsCount property that comes in with the userProfile property.

How about we open a tooltip on the user's first login?
image

I can take issue.

@clintonlunn
Copy link
Collaborator

@vnugent how would you feel about routing the user directly to the edit profile page after creating a profile? Then, if it's their first login, we can activate some sort of a stepper component

image

and if it's not their first login, they'll only see the normal form
image

@vnugent
Copy link
Contributor Author

vnugent commented Jul 31, 2023

New users are now required to pick a username.

@vnugent vnugent closed this as completed Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed UXD
Projects
None yet
Development

No branches or pull requests

2 participants