You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix formatting issues in hooks_extension_framework.rst (#1406)
* Fix formatting issues in hooks_extension_framework.rst
Fix the repetition of word "separation from the" in "The Framework vs Forking the Open edX Platform" sections table.
* Fix formatting issues in hooks_extension_framework.rst
* Fix formatting issues in hooks_extension_framework.rst
* Fix formatting issues in hooks_extension_framework.rst
| **Disadvantages** | - Can increase complexity in debugging and maintenance because it adds more processing layers. | - Separation from the separation from the upstream project makes long-term maintenance challenging. |
188
+
| **Disadvantages** | - Can increase complexity in debugging and maintenance because it adds more processing layers. | - Separation from the upstream project makes long-term maintenance challenging.|
189
189
|| - Limited by existing events and filters available in the Open edX ecosystem, although new events and | - High maintenance burden for upgrades and compatibility. |
190
190
|| filters can be proposed and added to the framework. | - Requires manual integration with the Open edX platform for each new release. |
191
191
|| - Might increase complexity in plugins for highly customized features. | - Not being able to be reused by the community. |
0 commit comments