Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions devU-api/docs/SCHEMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- [x] [Assignment](#assignment)
- [x] [Submission](#submission)
- [x] [AssignmentProblem](#assignmentproblem)
- [ ] [SubmissionProblemScore](#submissionproblemscore)
- [ ] [SubmissionScore](#submissionscore)
- [x] [SubmissionProblemScore](#submissionproblemscore)
- [x] [SubmissionScore](#submissionscore)
- [ ] [AssignmentScore](#assignmentscore)
- [ ] [CategoryScore](#categoryscore)
- [ ] [Category](#category)
Expand Down Expand Up @@ -78,8 +78,6 @@ _Links a user to a course_
- problemName: ?
- maxScore: ?

**------ Everything above this line exists in the code. Everything below needs to be built ------**

### SubmissionProblemScore

- submissionId: foreign_key
Expand All @@ -95,25 +93,30 @@ _Links a user to a course_
- feedback: ?
- released: ?

**------ Everything above this line exists in the code. Everything below needs to be built ------**

### AssignmentScore

- assignmentId: foreign_key
- userId: foreign_key
- score: ?


### CategoryScore

- categoryId: foreign_key
- courseId: foreign_key
- userId: foreign_key
- _missing attributes_
- category: string
- score: ?

### Category

- courseId: foreign_key
- _missing attributes_
- name: string

### CourseScore

- courseId: foreign_key
- userId: foreign_key
- _missing attributes_
- score: ?
- letterGrade: string