Skip to content
Kurtis Rainbolt-Greene edited this page Jun 28, 2015 · 6 revisions

Storing/Displaying

You might want to, be asked to, or told to store or display Human names for a piece of software. There are four things you should know before storing or displaying Human names:

  1. Names aren't simple, but your field type can be simple, just use an open ended UTF-8 string.
  2. Don't ask for legal name unless you legally required.
  3. If you're going to reference a Human name for non-legal purposes (like emails or greetings), use a preferred name field instead.
  4. If you're going to show OTHER people a Human name and they don't have access to their legal or preferred name (user forms, profile pages), use a display name.

Clone this wiki locally