feat: deadline veld toegevoegd

This commit is contained in:
Joyelle Ndagijimana 2025-05-11 15:40:41 +02:00
parent a59417b8f5
commit fb144e94a0
4 changed files with 32 additions and 5842 deletions

View file

@ -26,6 +26,9 @@ export class Assignment {
@Property({ type: 'string' })
learningPathHruid!: string;
@Property({ type: 'datetime' , nullable: true})
deadline?: Date;
@Enum({
items: () => Language,
})