Please tag @edx/aperture-eng on any PRs or issues. Thanks.
This is the Learner Record micro-frontend, currently under development by edX.
The Learner Record provides information about the enrolled programs for a user.
Clone the repository this repository
Enter the directory
Install dependencies
Start the Learner Record MFE
The page is currently hosted on http://localhost:1990/
This MFE will use a REST API from the Credentials IDA located at credentials/apps/records/rest_api
The source for this project is organized into nested submodules according to the ADR Feature-based Application Organization.
Production Build
The production build is created with npm run build
.
Please see edx/frontend-platform's i18n module for documentation on internationalization. The documentation explains how to use it, and the How To has more detail.
The following is a list of current short-term development targets, in (rough) descending order of priority:
Learner Record MFE Epic: `https://openedx.atlassian.net/browse/MICROBA-1296`_
- Set up automated deployment for MFE
- Implement Learner Record MFE to mirror the currently existing Learner Record page
- Add user masquerading
- Update Profile MFE to redirect to new Learner Record MFE
- Set up automated dependency updates