ENCOA-86: Added an option to release exam results

This commit is contained in:
Joao Ramos
2024-08-21 22:19:15 +01:00
parent 22611121c6
commit 556f642112
4 changed files with 83 additions and 2 deletions

View File

@@ -25,4 +25,5 @@ export interface Assignment {
startDate: Date;
endDate: Date;
archived?: boolean;
released?: boolean;
}