Worly / Appy

Web application for keeping track of appointments.
Other
0 stars 1 forks source link

Improve client name/surname/nickname on quick add #36

Closed Worly closed 3 months ago

Worly commented 4 months ago

When adding a new client from a lookup, the backend should split the given string and put the first element as name, and the rest as surname.

Also it should calculate the nickname as Name S. But then next client with the same name and the same first surname letter should have two letters as the surname (Name Su) and so on.

Worly commented 3 months ago

Change of plans: Nickname will be totally removed and full Name and Surname will be used.