chore: merge 'develop' into 'main'#2053
Merged
Merged
Conversation
Co-authored-by: Suraj Shetty <surajshetty3416@users.noreply.github.com>
* Earlier logic was flaky because the test calculated the last expected date using a 56‑day window, while the production code builds schedules for 60 days. Those extra 4 days sometimes include another Monday or Wednesday, so the schedule ends later than the test expects.
When a lesson was deleted, the remaining lessons' idx values were not resequenced. This caused Add Lesson to navigate to an existing lesson instead of creating a new one, showing stale data in the form.
…-visibility fix: prevent 'Create New' button from overlapping last dropdown element
…-back-navigation fix(quiz): questions list empty on back navigation from test quiz
…details fix(batch): restrict student list in batch details API to authorised roles
…tudents-in-course-from-ui
fix: api permissions
feat: configurable frontend base path
fix: reindex lessons after deletion to prevent stale form state
…s-menu fix: instructor notes block settings menu overlapped by sidebar
fix: issue date not coming from backend
fix: permissions cleanup
fix: filter tabs not working in non-english languages
fix(batches): order assessments by their index
test(chapter): added reindexing test on chapter deletion
lms
|
||||||||||||||||||||||||||||||
| Project |
lms
|
| Branch Review |
develop
|
| Run status |
|
| Run duration | 01m 01s |
| Commit |
|
| Committer | MochaMind |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
2
|
Upgrade your plan to view test results. | |
| View all changes introduced in this branch ↗︎ | |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2053 +/- ##
==========================================
+ Coverage 32.87% 36.45% +3.57%
==========================================
Files 152 151 -1
Lines 5123 5100 -23
==========================================
+ Hits 1684 1859 +175
+ Misses 3439 3241 -198 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Automated weekly release