DTO: EditionModuleAssignmentDetailsDTO
Look into #75 (closed) for details about how this will be used.
DTO
Name: EditionModuleAssignmentDetailsDTO
This DTO is a:
-
Create -
Patch -
View
It has the following fields:
Type | Name | Comment |
---|---|---|
EditionSummaryDTO | super | extends this; although I don't need the enrollability status, but meh it's just one enum |
RoleSummaryDTO | myRole | my role in this course |
List<ModuleAssignmentDetailsDTO> | modules | see in #73 (closed), the contents of this depend also on my role, right now fill in everything only for student role, for tas and above fill in only the module names and ids and their respective assignment names and ids |
Date | year | the year the edition was held, if we can find this out somehow else and don't need this field tell me |
used in #75 (closed)
Edited by Ruben Backx