Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serializer] SubmissionProblemScore #12

Closed
emilkovacev opened this issue Oct 4, 2022 · 0 comments
Closed

[Serializer] SubmissionProblemScore #12

emilkovacev opened this issue Oct 4, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request tests-required

Comments

@emilkovacev
Copy link
Member

Feature request


Implement the serializer for SubmissionProblemScore. The serializer will take a SubmissionProblemScore object from the controller and parse it so that it is JSON serializable (for FE consumption).

Model

submissionId: foreign_key
The Submission linked to the SubmissionProblemScore

assignmentProblemId: foreign_key
The assignmentProblem for the submissionProblemScore

score: number
The score for the submissionProblem

feedback: string
Any feedback for the SubmissionProblem

released: date
Date when the SubmissionProblemScore was released

@emilkovacev emilkovacev added the enhancement New feature or request label Oct 4, 2022
@alans-42 alans-42 self-assigned this Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests-required
Development

No branches or pull requests

3 participants