Description
The CCX Coach v2 API is now complete enough to serve the MFE: metadata and create_ccx (#39031) plus schedule and remove_schedule (#39126) are all on master. However, there is no way to route coaches to the MFE. The CCX Coach course tab still points at the legacy Django view, and nothing redirects. We need to add a Waffle flag to CCX similar to the flag we added for the MFE Instructor Dashboard.
lms/djangoapps/ccx/plugins.py:
Description
The CCX Coach v2 API is now complete enough to serve the MFE:
metadataandcreate_ccx(#39031) plusscheduleandremove_schedule(#39126) are all onmaster. However, there is no way to route coaches to the MFE. The CCX Coach course tab still points at the legacy Django view, and nothing redirects. We need to add a Waffle flag to CCX similar to the flag we added for the MFE Instructor Dashboard.lms/djangoapps/ccx/plugins.py: