Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Responsible: Kurt (Roy)

 

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, md5yes-
  • md5 - not implemented
defaultsobjectIdno

is integer,

preference object exists with such id

  • not correctly implemented for now
  • should decide on the preferences data model,
registeredstring, dateyes?
  • should decide on the format
surnamestringno implemented
forenamestringno implemented
gender'male', 'female', nullno 
  • null value should be possible
localestringno?
  • should decide on the format
hometownstringno implemented
locationstringno implemented
languagesarray of stringsno?
  • should decide on the format
picturestring, urlno 

implemented

interestsarray of stringsno 
  • for now the datatype is string
descriptionstringno implemented
birthday

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

no implemented
infodeckobjectIdnoisInteger, deck exists with such idimplemented

 

Not yet implemented: preferences = 

propertytyperequiredformat checkingstate of implementation
_idinteger, autoincrementyesisInteger

 

languagestringyesisValidLanguage 
themeobjectIdyestheme exists with the id 
  • No labels