-
- Downloads
You need to sign in or sign up before continuing.
Remove all group information from ModuleDetailsDTO
As it turns out, some ModuleDetailsDTOs cannot even serialize because of the immense amount of data that has to be serialized (over 256KB). For now, we lower this footprint by passing a much smaller block of information on student groups back to clients.
Showing
- src/main/java/nl/tudelft/labracore/dto/view/structured/details/ModuleDetailsDTO.java 1 addition, 2 deletions...bracore/dto/view/structured/details/ModuleDetailsDTO.java
- src/main/java/nl/tudelft/labracore/dto/view/structured/summary/StudentGroupSmallSummaryDTO.java 41 additions, 0 deletions.../view/structured/summary/StudentGroupSmallSummaryDTO.java
Loading
Please sign in to comment