chore: Fixed remaining code after depr 36108 schedule grading cleanup#38629
Open
irfanuddinahmad wants to merge 1 commit into
Open
chore: Fixed remaining code after depr 36108 schedule grading cleanup#38629irfanuddinahmad wants to merge 1 commit into
irfanuddinahmad wants to merge 1 commit into
Conversation
0930fbe to
08ca76f
Compare
52f2e27 to
467f9c8
Compare
…ages Remove JS models, views, spec files, and Underscore templates that were exclusively used by the legacy Grading and Schedule Details pages, which were dropped in prior commits. This work is part of #36108 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
467f9c8 to
9a3e044
Compare
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.
This pull request removes legacy Backbone models, collections, and related tests that are no longer used in the codebase, as well as updates the test suite configuration to reflect these deletions. The main focus is on cleaning up outdated course settings and grading policy code.
Removed legacy models and collections:
course_detailsBackbone model, which handled course metadata and validation logic. (cms/static/js/models/settings/course_details.js)course_gradercollection, which previously managed grading-related models. (cms/static/js/collections/course_grader.js)course_grading_policyBackbone model, which managed grading policy logic and validation. (cms/static/js/models/settings/course_grading_policy.js)Removed related tests and updated test configuration:
cms/static/js/spec/models/settings_grading_spec.js)main.jsto remove references to deleted spec files. (cms/static/cms/js/spec/main.js) [1] [2]Related PRs:
#38417
#38418