feat: Add support for using the discussions MFE UI instead of existing UI [BD-38] [TNL-9228] (#29285)

* feat: Add support for using the discussions MFE UI instead of existing UI

Adds a new course waffle flag that when set along with the discussions MFE URL shows the discussions MFE UI instead of the regular UI.

* test: add tests

* squash!: more consistent url name
This commit is contained in:
Kshitij Sobti
2021-11-23 09:56:25 +00:00
committed by GitHub
parent c12c3b0bf0
commit c8bd924e23
10 changed files with 141 additions and 10 deletions

View File

@@ -162,6 +162,9 @@ LIBRARY_AUTHORING_MICROFRONTEND_URL = 'http://localhost:3001'
################### FRONTEND APPLICATION COURSE AUTHORING ###################
COURSE_AUTHORING_MICROFRONTEND_URL = 'http://localhost:2001'
################### FRONTEND APPLICATION DISCUSSIONS ###################
DISCUSSIONS_MICROFRONTEND_URL = 'http://localhost:2002'
################################# DJANGO-REQUIRE ###############################
# Whether to run django-require in debug mode.