Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Splitting of Greeting into Gender+Greeting

With our next release we're going to add the value 'X' for the additionally available gender 'Unspecified/Others'.

Image Removed Image Removed

Moreover, we're going to split Greeting into Gender+Greeting. The structure of the JSON will remain the same, therefore we have the following translation logic in place.hence no changes need to be done.
Anyway, the new field 'sex' will be included, but does not have to be used. It can be excluded from the JSON, which means Gender (sex) will be set from Greeting (gender).

 

DirectionFieldLogic
From Facesgendershows the value stored in field 'Greeting'
 sexshows the value stored in field 'Gender'
To Facesgenderupdates the field 'Greeting', if no sex is included also sets 'Gender'
 sexupdates the field 'Gender'

Additional value 'X' for gender

With our next release we're going to add the value 'X' for the additionally available gender 'Unspecified/Others'.

Image Added Image Added

Additional value 'MISS' in greeting for gender

With our next release we're going to add the value 'MISS' for the additionally available greeting 'Miss'.

 

New standard field 'nameSuffix' on traveller

With our next release the new field 'nameSuffix' will appear on all traveller profiles. It is a free-text input field, and mostly used to store additional information to the surname, such as I, II, III, Jr., Sr., etc.

...