refactor(common): Assignments

This commit is contained in:
Tibo De Peuter 2025-03-31 19:03:13 +02:00
parent 4b1c343592
commit 757c89d841
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 21 additions and 17 deletions

View file

@ -1,6 +1,7 @@
import { Request, Response } from 'express';
import { createAssignment, getAllAssignments, getAssignment, getAssignmentsSubmissions } from '../services/assignments.js';
import { AssignmentDTO } from '../interfaces/assignment.js';
import { AssignmentDTO } from 'dwengo-1-common/src/interfaces/assignment';
// Typescript is annoy with with parameter forwarding from class.ts
interface AssignmentParams {