TrainingServer: Difference between revisions
No edit summary |
|||
| Line 50: | Line 50: | ||
|timestamp for when the report was received | |timestamp for when the report was received | ||
|Unix time | |Unix time | ||
|- | |||
|rowspan="4"|Tasks | |||
|task | |||
|name of the task | |||
|String | |||
|- | |||
|start | |||
|timestamp for when the user start the task | |||
|Unix time | |||
|- | |||
|end | |||
|timestamp for when the user finished the task | |||
|Unix time | |||
|- | |||
|accumulated | |||
|total time in seconds for completing the task | |||
|Integer | |||
|- | |||
|rowspan="3"|Confirmations | |||
|code | |||
|unique confirmation code | |||
|String | |||
|- | |||
|requests | |||
|whether or not a confirmation email was sen | |||
|Boolean | |||
|- | |||
|confirmed | |||
|whether or not the user's email was confirmed | |||
|Boolean | |||
|- | |- | ||
|} | |} | ||