![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Tutor <https://docs.tutor.edly.io>
__This plugin adds discussion forums
_ to your Open edX
_ platform, such that students
can have conversations about the courses they are following right in your LMS.
.. image:: https://overhang.io/static/catalog/screenshots/forum.png :alt: Forum screenshot
.. _discussion forums: https://github.com/openedx/cs_comments_service .. _Open edX: https://openedx.org/
.. code-block:: bash
tutor plugins install forum
Upgrading from Redwood (v18)
In the Sumac release, this plugin was updated to run the new openedx/forum <https://github.com/openedx/forum>
__ Python application ("v2") instead of the legacy cs_comments_service <https://github.com/openedx/cs_comments_service>
__ Ruby application ("v1"). See this deprecation announcement <https://github.com/openedx/cs_comments_service/issues/437>
__ for more information.
For data storage, forum v2 can use either MongoDB or MySQL as a data storage backend:
If you are running an existing platform, you are strongly encouraged to migrate to the new MySQL backend, as the MongoDB backend will disappear in Teak. To do so, you should start by migrating your data::
tutor local run lms ./manage.py lms forum_migrate_course_from_mongodb_to_mysql --no-toggle all
This command is non-destructive for your data, and can be run multiple times with the same outcome. Once the data migration is successful, you should enable the forum_v2.enable_mysql_backend
global course waffle flag::
./manage.py lms waffle_flag --create --everyone forum_v2.enable_mysql_backend
The forum will then make use of data stored in MySQL instead of MongoDB. Once you are sufficiently confident that the MongoDB data is no longer necessary, you may delete it with::
./manage.py lms forum_delete_course_from_mongodb all
For a more progressive transition, you may decide to migrate data for a single course::
# removing the no-toggle option will automatically create the course waffle flag just for this course
tutor local run lms ./manage.py lms forum_migrate_course_from_mongodb_to_mysql <course ID>
# deleting data is optional and should be done only if you are confident that the migration was successful
./manage.py lms forum_delete_course_from_mongodb <course ID>
For more information, check out the documentation <https://github.com/openedx/forum>
__ of the forum application.
.. code-block:: bash
tutor plugins enable forum
tutor dev|local|k8s launch
To debug the forum application, you are encouraged to mount the forum
repository from the host in the development container:
.. code-block:: bash
tutor mounts add /path/to/forum
tutor dev launch
This Tutor plugin is maintained by Ghassan Maslamani from Abstract-Technology <https://abstract-technology.de>
.
Community support is available from the official Open edX forum <https://discuss.openedx.org>
.
Do you need help with this plugin? See the troubleshooting <https://docs.tutor.edly.io/troubleshooting.html>
__ section
from the Tutor documentation.
This work is licensed under the terms of the GNU Affero General Public License (AGPL)
_.
.. _GNU Affero General Public License (AGPL): https://github.com/overhangio/tutor-forum/blob/release/LICENSE.txt
FAQs
forum plugin for Tutor
We found that tutor-forum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.