generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
deprProposal for deprecation & removal per OEP-21Proposal for deprecation & removal per OEP-21
Description
RFC Start Date
2025-08-01
Target Plan Accepted Date
2025-08-15
Target Transition Unblocked Date
October 2025
Earliest Breaking Changes Unblocked Date
January 2026
Earliest Open edX Named Release with Breaking Changes
Verawood - 2026-04
Rationale
The SHOW_CONFIGURABLE_EDX_FIELDS environment variable in frontend-app-authn:
- Is specific to the edx.org deployment of Open edX,
- Is just a shortcut; there is an alternative configuration method in place that provides the ability to achieve the same state.
As such, it is being target for deprecation and removal.
Removal
The following Github search details what will be removed:
Replacement
A replacement already exists: each call to showConfigurableEdxFields is already controlled by a separate toggle.
if (flags.showConfigurableEdxFields || showCountryField) { if (flags.showConfigurableEdxFields || showTermsOfServiceAndHonorCode) {
Deprecation
No response
Additional Info
No response
Task List
No response
Task List
No response
Metadata
Metadata
Assignees
Labels
deprProposal for deprecation & removal per OEP-21Proposal for deprecation & removal per OEP-21
Type
Projects
Status
Draft
Status
In Progress