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

Update Account Creation Screen to Use Full Name Instead of First and Last Name #1

Open
5 tasks
TheBoatyMcBoatFace opened this issue Feb 2, 2023 · 0 comments
Labels
♿ Accessibility Issues related to accessibility and user experience 🐛 Bug Issues related to bugs and errors 💾 Data Issues related to data and data management 🖼️ Front End Issues related to the front end of the project

Comments

@TheBoatyMcBoatFace
Copy link
Member

Overview

The current account creation screen asks for a user's first and last name, but this can be problematic and exclusive as not all individuals have standard western European names. The goal of this issue is to update the screen to use the full name instead.

Note: The current Postgres schema requires First Name & Last Name. This needs to be addressed.

This improvement brought to light the need for an 'Improvement' issue form. The creation of that form is tracked at

Background

The use of full name as the sole identifier in forms is the industry best practice, as demonstrated in the referenced article. This change will make the account creation process more inclusive and user-friendly.

🤠 Hat Tip: @TheETupper for bringing this to light in Slack

References

Why Your Form Only Needs One Name Field

Does your form have two separate fields for the user's name? If it does, you're making it harder for them to fill out your form. But there's a better way. Split Name Fields Cause Problems Not every user has a first and last name. Their cultural background determines how their name is formed. For example, […]

Acceptance Criteria

  • The account creation screen should only ask for a user's full name
  • The full name should be stored and used as the identifier for the user in the system
  • The change should not impact any existing functionality or data storage systems
  • The updated screen should be visually appealing and easy to use for all users
  • Any necessary documentation and code changes should be made and committed to the appropriate OpenATO repo(s)

Team

🖼️ Front End

@TheBoatyMcBoatFace TheBoatyMcBoatFace added 🐛 Bug Issues related to bugs and errors ♿ Accessibility Issues related to accessibility and user experience 🖼️ Front End Issues related to the front end of the project 💾 Data Issues related to data and data management labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿ Accessibility Issues related to accessibility and user experience 🐛 Bug Issues related to bugs and errors 💾 Data Issues related to data and data management 🖼️ Front End Issues related to the front end of the project
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant