Feature request
We need to implement a CategoryScore for each category for a User
Model
courseId: foreign_key
The CourseId linked to CategoryScore
userId: foreign_key
The UserId linked to CategoryScore
category: foreign_key
The Category linked to CategoryScore
score: integer
The score for Category
letterGrade: string[enum]
The letter-grade equivalent for the CategoryScore
Checklist
To add assignments to the app, all of the following will be needed.
Feature request
We need to implement a CategoryScore for each category for a User
Model
courseId: foreign_key
The CourseId linked to CategoryScore
userId: foreign_key
The UserId linked to CategoryScore
category: foreign_key
The Category linked to CategoryScore
score: integer
The score for Category
letterGrade: string[enum]
The letter-grade equivalent for the CategoryScore
Checklist
To add assignments to the app, all of the following will be needed.