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

feat: Add comment to student grade #180

Merged
merged 6 commits into from
Jan 18, 2024

Conversation

PedroChaparro
Copy link
Member

Includes 📋

  • Remove unnecessary rubric_uuid field from the request to select a criteria for an student's grade.
  • Return UUID of their submission to test blocks to students.
  • Create new endpoint to allow teachers to update the comment in an student's grade.

Related Issues 🔎

Closes #175

@PedroChaparro PedroChaparro added the ✨ feat A new feature is implemented label Jan 18, 2024
@PedroChaparro PedroChaparro self-assigned this Jan 18, 2024
@PedroChaparro PedroChaparro merged commit a8a07fb into dev Jan 18, 2024
3 checks passed
@PedroChaparro PedroChaparro deleted the feat/#175-add-comment-to-student-grade branch January 18, 2024 19:11
@PedroChaparro PedroChaparro mentioned this pull request Jan 18, 2024
PedroChaparro added a commit that referenced this pull request Jan 18, 2024
* feat: Download submission archive (#179)

* docs(openapi): Add new endpoint to the spec

* feat(submissions): Add endpoint to allow users to download submissions archives

* refactor(submissions): Rename endpoints to solve conflicts

* docs(http): Update bruno and insomnia collections

* test(submissions): Add test to ensure users can download the archive of a submission

* feat: Add comment to student grade (#180)

* docs(openapi): Update spec

Add new endpoint to the spec and fix typo

* feat(grades): Add endpoint to update the comment of an student's grade

* feat(labs): Add UUID of students' submissions to test blocks

* test(grades): Add test to ensure teachers can update the comment of an student's grade

* docs(http): Update bruno collection

* feat: Get progress of specific student in laboratory (#181)

* feat(labs): Add endpoint to allow users to get the progress of an student in a laboratory

* refactor(grades): Remove unnecessary struct to validate UUID

* docs(openapi): Update spec

* docs(http): Add new request to bruno collection

* test(labs): Add test to ensure teachers can obtain the progress of an student in a lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat A new feature is implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant