Versions Compared

Key

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

Responsible: Kurt Junghanns

 

objectid = {
 type: 'string',
 maxLength: 24,
 minLength: 24
}; 

 

user = 

propertytyperequiredformat checkingstate of implementation
_idinteger, autoincrementyesisInteger
  • autoincrement - not implemented
emailstringyesisEmail, unique
  • unique - not implemented
  • isEmail - controlled by ajv
usernamestringyesunique
  • unique - not implemented
passwordstring , md5(contains SHA512)yes-md5 - not implementedalphanumerical
  • hash is generated on frontend
defaultsobjectIdno

is integer,

preference object exists with such id

  • not correctly implemented for now
  • should decide on the preferences data model,
registeredstring, dateyes?date
  • should need to decide on the date format
surnamestringnoyes implemented
forenamestringnoyes implemented
gender'male', 'female', nullno 
  • null value should be possible
localestringno?should yesone of the available locales
  • need to decide on the locale format
hometownstringno implemented
locationstringno implemented
languagesarray of stringslocalesno?should decide on the formatlocales (like above)
  • see locale
picturestring, urlno 

implemented

interestsarray of stringsno for now the datatype is string

implemented

descriptionstringno implemented
birthday

{ year: integer, month: integer, day: integer}date

no dateimplemented
infodeckobjectIdnoisInteger, deck exists with such idimplemented

...