From fb80bc3b2c573e9711eaefa1646f3618bde16ed5 Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Tue, 11 Oct 2022 13:58:24 -0400 Subject: [PATCH 1/2] feat: add learner record MFE to plugin --- tutormfe/plugin.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tutormfe/plugin.py b/tutormfe/plugin.py index 84c014cd..749fccb0 100644 --- a/tutormfe/plugin.py +++ b/tutormfe/plugin.py @@ -44,6 +44,17 @@ }, }, }, + "RECORDS_MFE_APP": { + "name": "records", + "repository": "https://github.com/openedx/frontend-app-learner-record", + "port": 1990, + "env": { + "production": { + "SUPPORT_URL_LEARNER_RECORDS":"", + "USE_LR_MFE": "", + }, + }, + }, }, } From 603b4685aec0411ccbd97da4c67beea80dc198ec Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Tue, 11 Oct 2022 14:03:06 -0400 Subject: [PATCH 2/2] chore: add to readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index a68741a5..786fe143 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ In addition, this plugin comes with a few MFEs which are enabled by default: - `Gradebook `__ - `Learning `__ - `Profile `__ +- `Learner Records `__ Instructions for using each of these MFEs are given below.