OEP/ADR to standardize feature toggle annotations in frontend code #235
Labels
documentation
Relates to documentation improvements
enhancement
Relates to new features or improvements to existing features
Description
Currently, there's no standard way to document feature toggles (a.k.a. environment variables, feature flags, configuration flags) in MFE repositories. This makes it hard to take advantage of automation to pull a list of all existing ones, such as https://github.com/openedx/code-annotations which already does this for edx-platform.
Goals
Write either an OEP or an ADR that standardizes how these toggles should be documented in MFEs. Generally speaking:
The text was updated successfully, but these errors were encountered: