Land the frontend-base conversion - #227
Merged
Merged
Conversation
Turn the MFE into a library that runs inside the frontend-base shell, following the official migration guide. BREAKING CHANGE: the app is no longer a standalone MFE; it must be installed as a library and run inside a frontend-base shell site. Co-authored-by: Adolfo R. Brandes <abrandes@axim.org>
Ulmo and Verawood still ship the micro-frontend, so release tooling keeps cutting it from the branch that carries it. Co-Authored-By: Claude <noreply@anthropic.com>
stable is configured but deliberately not cut yet. Co-Authored-By: Claude <noreply@anthropic.com>
Also replaces the tutor-mfe installation pointer, which does not apply to an App Repository, with the npm run dev flow, and fixes stale badge branches and repo-name placeholders. Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 97.66% 98.53% +0.86%
==========================================
Files 68 73 +5
Lines 1671 1294 -377
Branches 446 393 -53
==========================================
- Hits 1632 1275 -357
+ Misses 39 19 -20 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Sep 19, 2026
Closed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Lands the frontend-base conversion per OEP-65 ADR 0004 and openedx/frontend-base#243. The conversion is #210, reviewed there over three rounds and squashed here into a single commit that preserves its authorship; this PR exists to run CI on the exact landing tree and to record the takeover. Closes #226.
This PR is not merged through GitHub. Per ADR 0004,
legacy-mfeis first cut frommaster's tip,masteris then merged into this branch with-s ours, andmasteris fast-forwarded onto the result, at which point GitHub marks this PR merged. The micro-frontend lives on atlegacy-mfe, andopenedx.org/releasenow points there, since Ulmo and Verawood still ship it.The OEP-10 ADR 0002 release layout ships here from the start:
masterpublishes alphas andstableownslatestonce cut.stableis deliberately configured but not yet cut; it gets cut at the landing point as part of the npm bootstrap.LLM usage notice
Built with assistance from Claude.