generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APER-2922] This PR removes the `USE_LR_MFE` feature flag. This feature flag was initially added to redirect learners back to the legacy frontend in Credentials when viewing a Program Record. This was so we could release the Learner Record MFE in phases while we were implementing the design. Now that the legacy frontend has been removed from Credentials, this functionality and feature flag is no longer needed.
- Loading branch information
1 parent
edf5132
commit 8fc16a7
Showing
3 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,16 +77,15 @@ Environment Variables/Setup Notes | |
|
||
Currently, this MFE is not intergrated into the devstack, and must be run locally. This MFE requires credentials to be running, and will use a REST API from the Credentials IDA located at `credentials/apps/records/rest_api`. | ||
|
||
Credentials uses 2 enviroment variables to link to this MFE: | ||
Credentials requires configuring a Django setting to support directing traffic to the Learner Record MFE: | ||
|
||
* ``USE_LEARNER_RECORD_MFE`` -- Toggles the navigation in credentials to redirect to this MFE | ||
* ``LEARNER_RECORD_MFE_RECORDS_PAGE_URL`` -- The URL for the base URL of this MFE | ||
* ``LEARNER_RECORD_MFE_RECORDS_PAGE_URL`` -- The base URL of the Learne Record MFE | ||
|
||
More details for these flags can be found in the base configuration of credentials: ``credentials/settings/base`` | ||
This MFE has 2 flags of its own: | ||
For more info, see the Learner Records documentation on ReadTheDocs: https://edx-credentials.readthedocs.io/en/latest/learner_records.html. | ||
|
||
This MFE has a setting of its own: | ||
|
||
* ``SUPPORT_URL_LEARNER_RECORDS`` -- A link to a help/support center for learners who run into problems whilst trying to share their records | ||
* ``USE_LR_MFE`` -- A toggle that when on, uses the MFE to host shared records instead of the the old UI inside of credentials | ||
|
||
Verifiable Credentials | ||
...................... | ||
|
@@ -188,4 +187,4 @@ Please do not report security issues in public. Please email [email protected] | |
.. |Codecov| image:: https://codecov.io/gh/edx/frontend-app-learner-record/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/edx/frontend-app-learner-record | ||
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-learner-record.svg | ||
:target: https://github.com/openedx/frontend-app-learner-record/blob/master/LICENSE | ||
:target: https://github.com/openedx/frontend-app-learner-record/blob/master/LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters