-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make peer review updater to handle answers that teacher has not revie…
…wed in 3 months (#1371) - Introduced a new SQL query in `peer_review_queue_entries.rs` to fetch entries that have been waiting for teacher review longer than a specified timestamp. - Added a new JSON file defining the query structure and its parameters. - Updated the peer review updater logic to utilize the new query for processing entries that require manual grading.
- Loading branch information
Showing
3 changed files
with
100 additions
and
2 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
.../models/.sqlx/query-babe94146c1a983a5ec39d5b9007fca3eab050b172236259ccd8711a5fa0ceb2.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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