Block a user
DataInitializer needs a refactorization
Grading Boundaries Wrong in Supervisor View
GradingReportService.getTemplate
returns GradingReortTemplate
, which contains a Collection of GradeLimit
. However, the current data model of GradeLimit
has no upper limit of a grade.…
Assign supervisor to student ideas no matter if target (goal) is reached
Fine point, the unnecessary null check has been removed.
The rationale for null check is that ideaService.countMatched returning Long. It would be better that a @NotNull annotation is applied…
Fix Docker build due to missing json-smart version