tutor-mfe icon indicating copy to clipboard operation
tutor-mfe copied to clipboard

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.

Results 11 tutor-mfe issues
Sort by recently updated
recently updated
newest added

v18.0.0 redwood release

In Tutor Users meeting on May 20th, 2024, a large chunk of the meeting was focused on discussing the large build times of tutor-mfe (https://openedx.atlassian.net/wiki/spaces/COMM/pages/3583016961/Tutor+Users+Group#2024-05-20). When various MFEs are building...

As community members face npm dependency conflict issue when overriding header and footer, here I list down the points on how to resolve it. Then, include the link of this...

### Description tutor-mfe doesn't currently support [Javascript configuration](https://github.com/openedx/frontend-platform/blob/master/docs/decisions/0007-javascript-file-configuration.rst), except potentially by the old, abandoned expedient of baking it into the image. The latter is obviously not something we want to...

### Description See https://github.com/openedx/public-engineering/issues/267 for the general motivation and mechanism. Once all officially supported Tutor MFEs have flipped over to use Node 20 (after step 3 as described above), start...

The [**webpack production default configuration**](https://github.com/openedx/frontend-build/blob/master/config/webpack.prod.config.js) which comes with frontend-build includes settings that we might not need for production, which when disabled shall reduce the bundle size and slightly decrease the...

Issue: With Tutor v18 and Tutor Indigo v18.1.0, users are unable to view the accounts page. Tutor Indigo v18.1.0 has installation of custom indigo header and footer in learning, dashboard,...

Announced on https://discuss.openedx.org/t/local-npm-registry-for-mfe-builds/13526, Maksim from Raccoon Gang shared a PoC on using Verdaccio as a npm registry. Tutor-mfe build causes npm cache and other issues consistently. The PoC plugin is...

This issue is a similar issue to https://github.com/overhangio/tutor/issues/997. The steps to reproduce are: - Installed latest tutor master or nightly - Clone any MFE repo (authn, learner-dashboard, etc.) and check...

bug

As per https://github.com/openedx/public-engineering/issues/267, all Tutor-supported MFEs now work on Node 20, so we're good to switch to the Node 20 image. Fixes #198