Browse Source

Add description for some attributes

content-update
Augusto 3 years ago committed by Clément
parent
commit
2d8927aa4c
  1. 4
      docs/database-structure.md

4
docs/database-structure.md

@ -108,6 +108,10 @@ Columns:
- referencedAt, The timestamp of the creation of the copy object
#### Attributes (attrs)
##### Objects
- inScope: This attribute is used to determine if the exercise gives XP or not. If an exercise is not in scope then it doesn't give XP.
- status: It can have the values `blocked`, `available`, `succeeded` or `failed`
TODO: Finish documenting the json attributes that can be used
##### Quests
- `duration`, `startDay`, `start`, `scopeExtraDuration`, `hasStarted`, `special`, `scopeEnd`, `rootName`, `repositoryPath`, `status`, `scopeStart`, `difficulty`, `difficultyMod`, `baseXp`, `language`, `group`, `exerciseType`, `preRequisiteId`, `delay` `parentType`, `inScope`, `xpIndex`, `level`, `difficulty`

Loading…
Cancel
Save