forked from UBAutograding/devU-api
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Implement service for CategoryScore. Service provides the database calls.
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request