Skip to content

Move Validate methods

Otto Visser requested to merge backend_validate_service into master

In this merge request, the following is changed:

  • The methods validateCourse, validateCourseCode and validateActive are moved from the CourseEditionRepository to the CourseEditionService.
  • The method validateNoteExists is moved from the NoteRepository to the NoteService.
  • The method validateActive is moved from the ScheduleRepository to the ScheduleService.
Edited by Otto Visser

Merge request reports