contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Distinction between first and last name

Open aspdye opened this issue 8 years ago • 18 comments

aspdye avatar Mar 31 '16 07:03 aspdye

We should definitely try to do this in the backend. It’s already painful to need to put in the address in 5 or 6 different fields (everyone HATES forms) so we definitely should not have separate input fields for the name. The old Contacts app didn’t have it either, at least not by default.

cc @tanghus @jbtbnl @babelouest if you feel like contributing again. :)

jancborchardt avatar Mar 31 '16 07:03 jancborchardt

Name editing in the old contacts app

bildschirmfoto von 2016-03-31 11-43-27

DeepDiver1975 avatar Mar 31 '16 09:03 DeepDiver1975

editing addresses in old contacts app

bildschirmfoto von 2016-03-31 11-44-31

DeepDiver1975 avatar Mar 31 '16 09:03 DeepDiver1975

Damn … then it was probably wishful thinking, or it of course works like that on Android etc. ;)

jancborchardt avatar Mar 31 '16 09:03 jancborchardt

In Android I think the contact app split automatically the Name you enter and divide the data into the FN field.

Example, if you type "John Doe", it will set John as first name and Doe as last name. Maybe we should do that with a div expand possibility to correct the FN fields?

skjnldsv avatar Apr 03 '16 11:04 skjnldsv

Currently new Contact only have FN-Value (Displayname) and N-Value (Full Name with Family Name, Given Name, Additional Names, Honorific Prefixes, and Honorific Suffixes as in RFC 2426) is not editable.

ionum avatar Apr 05 '16 10:04 ionum

A lot of progams use algorithms to split names (eg. Outlook, Android, iOS), but none works perfectly. there are too much ways to write a full name....

ionum avatar Apr 05 '16 10:04 ionum

related to #276 ??

nWRqenkF avatar Apr 10 '16 09:04 nWRqenkF

@ionum Somehow we already have an algorithm: "do nothing". Which is really annoying when using any other contact application. Personally I would prefer the 8.1 contacts behaviour:

  • Show only a single input field and try to split the input to first name and given name with an algorithm
  • Give the user the possibility to display and edit the name detail fields, if he needs to correct the result of the algorithm

nWRqenkF avatar Apr 10 '16 09:04 nWRqenkF

@XZS1cpXn yes, sure. Just for clarification, the reason for this is that it's a completely new app which replaced the old one. Since unfortunately resources are scarce, some things are not done yet. :)

jancborchardt avatar Apr 11 '16 11:04 jancborchardt

Moreover, i think it could help with contact sorting (issue #208).

gazbarg avatar Apr 29 '16 09:04 gazbarg

my first try #418

Rello avatar May 29 '16 08:05 Rello

might be relevant: https://github.com/joshfraser/JavaScript-Name-Parser

Henni avatar Jun 14 '16 17:06 Henni

That libs dead Baby, that libs dead! Last commit 2 years old

DeepDiver1975 avatar Jun 16 '16 20:06 DeepDiver1975

:skull: Nooooooooo

skjnldsv avatar Jun 17 '16 05:06 skjnldsv

Shouldn't this issue be fixed with #437?

phsc84 avatar Jun 22 '16 05:06 phsc84

@phsc yup, thanks!

We can do enhancements in the future, but for now this should fix it.

jancborchardt avatar Jun 23 '16 10:06 jancborchardt

Or wait – this was for the other issue.

This issue is about parsing the name, which is an entirely different beast. ;)

jancborchardt avatar Jun 23 '16 10:06 jancborchardt