Versions Compared

Key

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

...

With our next release we're going to split Greeting into Gender+Greeting. The structure of the JSON will remain the same, 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

...