Added approach to archive past assignments

This commit is contained in:
Joao Ramos
2024-02-18 11:46:08 +00:00
parent 703fb0df5f
commit cdfafb3eea
5 changed files with 100 additions and 11 deletions

View File

@@ -24,4 +24,5 @@ export interface Assignment {
instructorGender?: InstructorGender;
startDate: Date;
endDate: Date;
archived?: boolean;
}