Implement kill-switch for the Learning MFE
by overriding can_load_courseware if the MFE is disabled for the user
If the user would be allowed to see the courseware MFE
(can_load_courseware), we check whether the MFE is disabled for them,
based on global settings, course settings (mongo courses), or their
particular bucketing in our ExperimentWaffleFlag.
If we determine they shouldn’t be allowed to see it, we return a new
CoursewareMicrofrontendDisabledAccessError access response, which the
MFE will use to know it should redirect to the old LMS experience.
Fixes: TNL-7362
Co-authored-by:
stvn <stvn@mit.edu>
Showing
- lms/djangoapps/courseware/access_response.py 11 additions, 0 deletionslms/djangoapps/courseware/access_response.py
- openedx/core/djangoapps/courseware_api/tests/test_views.py 3 additions, 1 deletionopenedx/core/djangoapps/courseware_api/tests/test_views.py
- openedx/core/djangoapps/courseware_api/views.py 40 additions, 1 deletionopenedx/core/djangoapps/courseware_api/views.py
Please register or sign in to comment