Test | Spike PR | Remove legacy XModule mixins #38236
Closed
Conversation
This was referenced Mar 30, 2026
51e6271 to
bd08b5b
Compare
This was referenced Mar 30, 2026
Contributor
Author
|
Closing as it was test activity via generative code to check the impact of change. |
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.
Purpose of the creation of the PR:
As per plans to remove the
xmodulecode altogether from theedx-platformThis PR, child PR's has been created using LLMs to have an idea of the impact of the changes to remove the url_name, category, course_id, location properties from edx-platform XModuleMixin
Main ticket: openedx/xblocks-contrib#197
Relevant ticket having details: openedx/xblocks-contrib#125
Child PRs:
Summary of the spike:
Spike was to have an idea of the changes in the
edx-platformrequired while removingurl-name, category, course_id, locationproperties from XModuleMixinurl-nameimpacting around 20 file changes with small test cases fixing required.course-idimpacting atleast 12 file changes with small test cases fixing required.categoryimpacting atleast 40 file changes with atleast 5 test cases files fixings required.url-nameimpacting atleast 365 file changes with atleast many test cases fixing required.Closing the PR as it seems lots of changes and make sense to plan it in the future.