Merge remote-tracking branch 'origin/feat/pagina-overzicht-klassen-voor-student' into feat/pagina-overzicht-klassen-voor-student

# Conflicts:
#	frontend/src/controllers/students.ts
This commit is contained in:
Gabriellvl 2025-04-05 17:42:35 +02:00
commit 65256d1691
4 changed files with 711 additions and 508 deletions

View file

@ -19,7 +19,7 @@ import type { AssignmentsResponse } from "@/controllers/assignments.ts";
import type { GroupsResponse } from "@/controllers/groups.ts";
import type { SubmissionsResponse } from "@/controllers/submissions.ts";
import type { QuestionsResponse } from "@/controllers/questions.ts";
import type { StudentDTO } from "@dwengo-1/interfaces/student";
import type { StudentDTO } from "@dwengo-1/common/interfaces/student";
const studentController = new StudentController();