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 16 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 - implemented
emailstringyesisEmail, unique
  • unique - implemented on frontend
  • isEmail - controlled by ajv
usernamestringyesunique
  • unique - implemented on frontend
passwordstring (contains SHA512)yesalphanumerical
  • hash is generated on frontend
defaults[ object ]nonormally just an array of an object with one key
  • not correctly implemented for now
  • should decide on the preferences data model
registereddatepassivedatetime
  • UTC - implemented (no container in frontend planned)
surnamestringyes implemented
forenamestringyes implemented
countrystringnoentry from a list of statesnot implemented (list of countries is missing)
spokenLanguagesarray of languagesnolanguage (see below)
  • see language - not implemented
frontendLanguagestringyesISO-639: 5 charactersimplemented
picturestringno 

implemented

interestsstringno 

not implemented

descriptionstringno implemented
birthday

date

nodatenot implemented - should not used for now
infodeckobjectnoobject which contains the id and revision of a decknot implemented
organizationstringno implemented
lastLogindatetimepassivedatetimeUTC - not implemented
deactivatedbooleanyesbooleanimplemented - SWIK-692
authorisedbooleanyesbooleannot implemented - coming with SWIK-668

 

Not yet implemented: preferences = 

propertytyperequiredformat checkingstate of implementation
_idinteger, autoincrementyesisInteger

 

languagelanguageyesisValidLanguage 
themeobjectIdyestheme exists with the id 
  • No labels