HackGT / ground-truth

🛰 Single sign on for HackGT apps
https://login.hack.gt
MIT License
7 stars 2 forks source link

Switch the name field to be separate first+last name fields #3

Closed evan10s closed 5 years ago

evan10s commented 5 years ago

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

joel99 commented 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

  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

— 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 .

evan10s commented 5 years ago

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.

petschekr commented 5 years ago

Fixed by #7