Skip to content
Commit 9f8380df authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: add uploaded and created by to definitions and exercises

### Additions

* add field `uploadedBy` to `DefinitionType`
* add field `timestampCreated` to `DefinitionType`
* add field `maintainers` to `DefinitionType`, this field returns the same data as `userSet`
* add field `createdBy` to `ExerciseType`
* add field `timestampCreated` to `ExerciseType`
* add field `instructors` to `ExerciseType`, this field returns the same data as `userSet`
* add field `users` to `TeamType`, this field returns the same data as `userSet`
* add field `uploadedDefinitions` to `UserType`
* add field `createdExercises` to `UserType`

### Changes

* deprecate field `userSet` on `DefinitionType`
* deprecate field `userSet` on `ExerciseType`
* deprecate field `userSet` on `TeamType`

Closes #208
parent 6281126c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment