WIP: Resolve "Have the option of setting question/approval on a per assignment base"
- Apr 05, 2020
-
-
Chris Lemaire authored
DatabaseLoader was a bit of a mess. This should clean things up slightly by moving every type of initialization in its own method, categorizing those things that need to be initialized. Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-
Chris Lemaire authored
This seems to suit the intents for AllowedRequest better when looking up an AllowedRequest from the client side. The validator, services and controllers for Lab have been adjusted to reflect the changes in Lab. Additionally, the DTOs were adjusted to support for this model. Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-
- Apr 04, 2020
-
-
Chris Lemaire authored
Creates a new table for AllowedRequest types. Migrates the LAB_ASSIGNMENTS and ASSIGNMENT_LABS tables to become this one ALLOWED_REQUEST table. To accomodate for this, the associated model classes were adjusted to handle the change. Adds DTOs to do server-side validation and serialization with. RequestCreateDTO was moved to be in the DTO package as an example. LabController is split up into LabController and LabInfoController for ease of reading. Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-
Chris Lemaire authored
Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-