diff --git a/source/developers/concepts/hooks_extension_framework.rst b/source/developers/concepts/hooks_extension_framework.rst index bf5790122..a98894479 100644 --- a/source/developers/concepts/hooks_extension_framework.rst +++ b/source/developers/concepts/hooks_extension_framework.rst @@ -185,7 +185,7 @@ The Hooks Extension Framework is designed to provide a stable and maintainable w | | - Easier to maintain long-term due to backward compatibility and versioning policies. | | | | - Easier to test due to more contained implementations. | | +--------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ -| **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. | +| **Disadvantages** | - Can increase complexity in debugging and maintenance because it adds more processing layers. | - Separation from the upstream project makes long-term maintenance challenging. | | | - Limited by existing events and filters available in the Open edX ecosystem, although new events and | - High maintenance burden for upgrades and compatibility. | | | filters can be proposed and added to the framework. | - Requires manual integration with the Open edX platform for each new release. | | | - Might increase complexity in plugins for highly customized features. | - Not being able to be reused by the community. |