E2609: Add calibration participant and review comparison APIs#323
Open
isaacmartin7777-maker wants to merge 14 commits intoexpertiza:mainfrom
Open
E2609: Add calibration participant and review comparison APIs#323isaacmartin7777-maker wants to merge 14 commits intoexpertiza:mainfrom
isaacmartin7777-maker wants to merge 14 commits intoexpertiza:mainfrom
Conversation
Implement GET /assignments/:id/calibration_submission
Get calibration reviews
…nd Swagger documentation
This reverts commit ab199d8.
- Add calibration_reports_controller with show action for calibration data - Add ensures_instructor_assignment_participant concern - Add app/services: CalibrationPerItemSummary and CalibrationSubmittedContent - Add calibration_reports_spec and spec/services tests - Add docker-compose.prod.yml for production deployment - Update routes.rb: add calibration_reports route and instructor_response endpoint - Update assignments, calibration_response_maps, and all other controllers - Update Gemfile: add redis gem, move faker to all groups, align with Rails 8 - Update models, helpers, serializers, config, and specs throughout - Update Dockerfile, README, GitHub workflows, rubocop, rspec config Made-with: Cursor
…tation-back-end Made-with: Cursor
…mentation-back-end Made-with: Cursor
Generated by 🚫 Danger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
This PR implements the backend support for calibration assignments. Instructors can add a calibration participant by username, create the gold-standard review for that submission, and provide the frontend with the data needed to display submission content and compare student reviews against the instructor review.
Test Plan