openedx / public-engineering

General public issue repository for the Open edX engineering community
4 stars 2 forks source link

[DEPR]: Delete translations of deprecated OLX attributes during course import #74

Closed Agrendalath closed 2 years ago

Agrendalath commented 2 years ago

Proposal Date

8 March 2021

Ticket Acceptance Date

15 April 2022

Technology Removal Date

15 April 2022 (tentative)

First Open edX Named Release Without This Functionality

Nutmeg

Rationale

As a part of the Content Core Platform Simplification project, we are simplifying the import/export mechanism.

One of the first parts is getting rid of unused metadata_translations and _translate() methods from XML parsers. Therefore, we are removing legacy translation mappings that will no longer work without these methods.

Removal

The following pairs of translations have been removed: _ : _

Related PR: https://github.com/openedx/edx-platform/pull/29927 Specific commit: https://github.com/openedx/edx-platform/pull/29927/commits/09fa2bb0f706fe9d6fb63c15f42216ef216422c2 Announcement thread: https://discuss.openedx.org/t/deprecation-removal-translation-of-legacy-attributes-during-course-import-export/6944

Replacement

None.

Deprecation

No response

Migration

No response

Additional Info

No response

Agrendalath commented 2 years ago

We have merged this into the master branch.