Files
edx-platform/lms/djangoapps/courseware
Kyle McCormick e792242b5f refactor!: remove redundant ENABLE_COURSEWARE_MICROFRONTEND toggle (#26792)
The Django setting
FEATURES['ENABLE_COURSEWARE_MICROFRONTEND']
has been an additional gate to activating
usage of the Learning MFE for an Open edX
instance.

The toggle is redundant with the
`courseware.courseware_mfe`
Waffle flag. By removing it, we simplify our config
and simplify our path towards making the Learning MFE
the default courseware experience.

TNL-7796
2021-03-02 11:36:43 -05:00
..
2019-12-30 10:35:30 -05:00
2019-12-30 10:35:30 -05:00
2021-02-22 16:36:53 +05:00
2019-12-30 12:25:38 -05:00
2021-02-08 13:00:22 +05:00
2020-01-30 16:36:02 +05:00
2021-02-08 13:00:22 +05:00
2021-02-03 21:56:24 +05:00
2021-02-03 21:56:24 +05:00

Status: Active Development

Responsibilities
================
The courseware djangoapp is responsible for presenting course content to learners.

Glossary
========

More Documentation
==================
`Architectural Decision Records
<https://github.com/edx/edx-platform/tree/master/lms/djangoapps/courseware/docs/decisions>`_