-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to the peer review editor and to the end of page component (#1309)
* Change indices * Reformat query * Refactor and fix next page text logic * Fix peer review editor textarea height on peer review editor * Update snapshots
- Loading branch information
Showing
33 changed files
with
224 additions
and
206 deletions.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
services/headless-lms/migrations/20240906071926_index_changes.down.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DROP INDEX feedback_course_id_idx; | ||
DROP INDEX user_exercise_states_fast_search_3; |
5 changes: 5 additions & 0 deletions
5
services/headless-lms/migrations/20240906071926_index_changes.up.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DROP INDEX IF EXISTS exercise_tasks_exercise_slide_id_idx1; | ||
DROP INDEX IF EXISTS pages_course_id_idx1; | ||
DROP INDEX IF EXISTS peer_review_queue_entries_exercise_id_idx; | ||
CREATE INDEX ON feedback (course_id); | ||
CREATE INDEX user_exercise_states_fast_search_3 ON user_exercise_states (deleted_at, exercise_id, reviewing_stage); |
4 changes: 2 additions & 2 deletions
4
...30d0d939ebf8229c409525d0224808dfb9ae.json → ...c2b7443938ea02b7bf74263036db833333e9.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
.../models/.sqlx/query-3123a2e534bef1a86ba82fa20c6ea60e15beab091e459493618e21ab0cc573b4.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.