Skip to content

feat!: migrate to frontend-base#906

Draft
arbrandes wants to merge 2 commits intomasterfrom
frontend-base
Draft

feat!: migrate to frontend-base#906
arbrandes wants to merge 2 commits intomasterfrom
frontend-base

Conversation

@arbrandes
Copy link
Copy Markdown
Contributor

@arbrandes arbrandes commented Jun 25, 2025

Description

Refer to the parent issue for a full description.

In short, this refactors the codebase for frontend-base support. There are several breaking changes. It is a long-lived feature branch, and as such, should not be rebased or squashed until time comes for it to either merge to master or become master.

@arbrandes arbrandes force-pushed the frontend-base branch 2 times, most recently from 0c86523 to 0dc7444 Compare June 27, 2025 01:08
Follows the frontend-base migration how-to to turn this template into
a library that plugs into the Open edX frontend shell, rather than a
standalone webpack-bundled MFE.

Co-Authored-By: Claude <noreply@anthropic.com>
@arbrandes arbrandes changed the title refactor: migrate to frontend-base feat!: migrate to frontend-base Apr 23, 2026
@arbrandes arbrandes linked an issue Apr 23, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

❌ Patch coverage is 30.00000% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.27%. Comparing base (ba3ee05) to head (2ce8a2c).

Files with missing lines Patch % Lines
src/routes.tsx 0.00% 7 Missing ⚠️
src/slots/ExampleSlot/ExampleSlot.tsx 0.00% 3 Missing ⚠️
src/slots.tsx 0.00% 2 Missing ⚠️
src/app.ts 0.00% 1 Missing ⚠️
src/widgets/ExampleHeader/app.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #906       +/-   ##
===========================================
+ Coverage    0.00%   27.27%   +27.27%     
===========================================
  Files           3        9        +6     
  Lines          24       22        -2     
  Branches        0        1        +1     
===========================================
+ Hits            0        6        +6     
+ Misses         24       16        -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@arbrandes
Copy link
Copy Markdown
Contributor Author

PR updated for frontend-base 1.0.0 (aka Verawood).

Adopt the per-page document title pattern from frontend-base ADR 0015,
so apps generated from this template ship with a sensible browser-tab
title instead of inheriting the previous app's.  Since frontend-base's
migration how-to points to this repo for complete examples, including
the pattern here also makes it discoverable for new apps.

Refs openedx/frontend-base#250.

Co-Authored-By: Claude <noreply@anthropic.com>
@arbrandes arbrandes linked an issue Apr 29, 2026 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Land frontend-base Update frontend-base branch

1 participant