$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Note: the Olive master branches were created on October 11th 2022. Code on master/main will now be part of Palm. Note your changes there.

If you have a fix for Olive, make a pull request against open-release/olive.master

The 15th Open edX community release will be named Olive. It will be released December 9th, 2022. The open-release/olive.master branches will be created two months earlier, on October 10th. Code on master/main as of October 10th will be part of Olive. Code merged after that will need special handling to be part of Olive.

Put stuff here that we have to remember when we start packaging up Olive.  Especially important is information that system installers or operators will need to know. Please include your name when you add an item, so that we can get back to you with questions.

Operational

  • The Learning MFE is no longer optional, and must be run it as part of your installation now. It has been the default for a couple releases with an opt-out, but that opt-out has been removed (see Deprecations & Removals below for more).

Feature Changes

Added features

  • [TJ Tracy (Deactivated) & Kelly Buchanan ] The Learner records MFE is now available as an optional frontend for Credentials

    • Currently, the implementation of public records is incomplete, and the old UI is used for public links to records.

      • If a public link to a learners records is generated and then used, it will route back to the old credentials UI.

    • Masquerading is not supported in the MFE as it was in Credentials.

    • This MFE is not currently configured to operate inside the dockerized devstack, and is run locally for development. By default, it is not linked to in the UI, which can be changed with settings inside credentials and the profile MFE.

  • https://github.com/openedx/public-engineering/issues/29

    • By default, all grades will now be persisted in the database. This will be a change from the previous default behavior, where grades were not persisted. This should be a performance improvement for installations that did not previously have this flag on.

Deprecations and Removals

Based on estimated dates 2022-04-11 to 2022-10-10.

  • The https://github.com/openedx/frontend-learner-portal-base library has been deprecated and will be archived by the time of release. Zach Hancock to update once that is completed.

  • A few pieces of the legacy/deprecated learner experience have been removed entirely in favor of the MFE experience. Specifically, the outline, dates, and courseware tabs. Instead, you must run the Learning MFE and its tabs will be used. Along with the legacy code, a few old waffle flags have been removed: course_experience.latest_update, course_experience.show_upgrade_msg_on_course_home, course_experience.upgrade_deadline_message, course_home.course_home_use_legacy_frontend, courseware.microfrontend_course_team_preview, and courseware.use_legacy_frontend Michael Terry (Deactivated)

  • https://github.com/openedx/ecommerce/pull/3742/files changes the ecommerce application so that it looks at the enterprise-catalog service for catalog information instead of looking at the deprecated v1 catalog api in edx-enterprise.

  • [Andy Shultz] https://github.com/openedx/public-engineering/issues/36 The learner view has been removed from Insights and the Data API. It has not yet been entirely removed from the pipeline but learner data is now impossible to access if generated.

Other removals/deprecations this release:

  • No labels