feat: remove built-in Discussion XBlock implementation (slash-n-burn #37819)#38749
feat: remove built-in Discussion XBlock implementation (slash-n-burn #37819)#38749irfanuddinahmad wants to merge 3 commits into
Conversation
|
Thanks for the pull request, @irfanuddinahmad! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
291afe6 to
7649131
Compare
a21972c to
12185a2
Compare
…37819) Removes xmodule/discussion_block.py, its JS assets, built-in unit tests, the USE_EXTRACTED_DISCUSSION_BLOCK toggle, and the conflicting 'discussion' entrypoint in pyproject.toml now that the extracted version in xblocks-contrib is the only implementation. Updates production imports in dump_course_structure and discussions/utils to import DiscussionXBlock from xblocks_contrib.discussion. Note: lms/djangoapps/discussion/ Django app is NOT in scope for this removal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12185a2 to
ab31c37
Compare
Summary
Removes the built-in Discussion XBlock from xmodule/ as part of the Slash-n-Burn Built-In XBlocks epic (#37819). The extracted version in xblocks-contrib has been the active implementation since USE_EXTRACTED_DISCUSSION_BLOCK was set to True.
Deleted:
Modified:
Note: lms/djangoapps/discussion/ (the forum service Django app) is NOT in scope for this removal.
Test plan
🤖 Generated with Claude Code
Closes openedx/public-engineering#538