Commit ed55494
refactor: slash-and-burn Word Cloud BuiltIn XBlock
Removes the built-in Word Cloud XBlock and all associated assets now that
USE_EXTRACTED_WORD_CLOUD_BLOCK has been True, making xblocks_contrib the
active implementation.
- Remove USE_EXTRACTED_WORD_CLOUD_BLOCK toggle from common.py
- Remove word_cloud entrypoint from pyproject.toml
- Delete xmodule/word_cloud_block.py (built-in class + shim)
- Delete xmodule/assets/word_cloud/ (JS assets including D3 vendor libs
and custom webpack config)
- Delete lms/templates/word_cloud.html
- Delete xmodule/static/css-builtin-blocks/WordCloudBlockDisplay.css
- Remove WordCloudBlockDisplay/WordCloudBlockEditor webpack entries from
webpack.builtinblocks.config.js and webpack.common.config.js
- Delete xmodule/tests/test_word_cloud.py and
lms/djangoapps/courseware/tests/test_word_cloud.py
Closes openedx/public-engineering#534
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3d0f9c0 commit ed55494
15 files changed
Lines changed: 1 addition & 1804 deletions
File tree
- lms
- djangoapps/courseware/tests
- templates
- openedx/envs
- xmodule
- assets/word_cloud
- src/js
- static/css-builtin-blocks
- tests
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2059 | 2059 | | |
2060 | 2060 | | |
2061 | 2061 | | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
2065 | | - | |
2066 | | - | |
2067 | | - | |
2068 | | - | |
2069 | | - | |
2070 | 2062 | | |
2071 | 2063 | | |
2072 | 2064 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 85 | | |
94 | 86 | | |
0 commit comments