[+] Create computed model in course

This commit is contained in:
Hykilpikonna
2019-11-06 17:26:29 -05:00
parent b66c313b05
commit c40c5b6b94
+6
View File
@@ -57,6 +57,12 @@ export interface Course
weightingMap: {[index: string]: number}
}
computed:
{
termAssignments: Assignment[][]
allYearGrade: number
}
assignments: Assignment[]
}