-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 logic to account for middle names #3777
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good, I have a doubt with one of the logic component
@sketchydroide Should be good for another review, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK looks good
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Unfortunately the deploy comments are not working right now. This was deployed to staging yesterday. |
Details
The logic in the
RequestCallPage
was assuming that a user's display name would only include their first and last names, and wasn't accounting for names that were longer than 2 words. This PR fixes it to take the first and last names correctly, even for names that are longer than 2 words.Fixed Issues
N/A (see screenshot for the issue)
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android