gnarlinsky / fab-lab-signin

Sign in to the Fab Lab space and other things
1 stars 0 forks source link

Formatting string representation of user object #28

Closed gnarlinsky closed 10 years ago

gnarlinsky commented 10 years ago

User repr: account for no last/first name (i.e. don't show empty parentheses) -- I.e. a user who provided both first and last name should be represented like "jdoe (John Doe)"; a user who did not provide first or last name should be represented as "jdoe" not "jdoe ()"; a user who provided only first name should be represented as "jdoe (John)."

gnarlinsky commented 10 years ago

Also see associated Issue #29

Geph commented 10 years ago

I think that's fine.