Closed evan10s closed 5 years ago
What about people with more than two names? Should write in text the standard preferred approach (probably all but last name in first name field)
On Mon, May 6, 2019 at 11:12 AM Evan Strat notifications@github.com wrote:
A necessary change that will make name handling more robust in our various apps by
- Ensuring we get complete information (e.g., validation to prevent entering John D. for your name)
- More personal mail merge greetings (e.g., Hi John instead of Hi John Doe)
- Not having to refer to people by their full name all the time on our user interfaces
- Being able to sort by last name without having to using string splitting and make guesses
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HackGT/ground-truth/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ADMRIIX2HYQBNROWSGYUDF3PT6OYDANCNFSM4HK43XPQ .
I think an issue with first + last name is some people go by a preferred name. I've seen elsewhere doing legal first name, legal last name, preferred first name to solve that.
Fixed by #7
A necessary change that will make name handling more robust in our various apps by
1) Ensuring we get complete information (e.g., validation to prevent entering John D. for your name) 2) More personal mail merge greetings (e.g., Hi John instead of Hi John Doe) 3) Not having to refer to people by their full name all the time on our user interfaces 4) Being able to sort by last name without having to using string splitting and make guesses