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 9 Next »

Responsible: Kurt Junghanns

 

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

 

user = 

propertytyperequiredformat checkingstate of implementation (master branch) in terms of attribute added and connected with the frontend
_idinteger, autoincrementyesisInteger
  • autoincrement - not implemented
emailstringyesisEmail, unique
  • unique - not implemented
  • isEmail - controlled by ajv
usernamestringyesunique
  • unique - not implemented
passwordstring (contains SHA512)yesalphanumerical
  • hash is generated on frontend
defaults[ object ]nonormally just an object with one key
  • not correctly implemented for now
  • should decide on the preferences data model,
registereddateyesdate
  • need to decide on the date format
surnamestringyes implemented
forenamestringyes implemented
gender'male', 'female', nullnonull value should be possiblenot implemented
localestringnoneed to decide on the formatimplemented
hometownstringno implemented
locationstringno implemented
languagesarray of languagesnolanguage (see below)
  • see language
picturestringno 

not implemented

interestsstringno 

not implemented

descriptionstringno not implemented
birthday

date

nodatenot implemented
infodeckobjectIdnoisInteger, deck exists with such idnot implemented

 

Not yet implemented: preferences = 

propertytyperequiredformat checkingstate of implementation
_idinteger, autoincrementyesisInteger

 

languagelanguageyesisValidLanguage 
themeobjectIdyestheme exists with the id 
  • No labels