Update Account Creation Screen to Use Full Name Instead of First and Last Name #1
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
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
Acceptance Criteria
Team
🖼️ Front End
The text was updated successfully, but these errors were encountered: