Added approach to archive past assignments
This commit is contained in:
@@ -24,4 +24,5 @@ export interface Assignment {
|
||||
instructorGender?: InstructorGender;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
archived?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user