[+] Create computed model in course
This commit is contained in:
@@ -57,6 +57,12 @@ export interface Course
|
|||||||
weightingMap: {[index: string]: number}
|
weightingMap: {[index: string]: number}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
computed:
|
||||||
|
{
|
||||||
|
termAssignments: Assignment[][]
|
||||||
|
allYearGrade: number
|
||||||
|
}
|
||||||
|
|
||||||
assignments: Assignment[]
|
assignments: Assignment[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user