Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(feature-manager): remove feature toggles from frontend #2118

Merged
merged 3 commits into from
Jun 10, 2021

Conversation

mantariksh
Copy link
Contributor

Problem

The feature manager, which allows features to be toggled on and off based on environment variables, was a premature optimisation which has not been useful for users and slows development work unnecessarily. It should be removed.

The frontend relies on the /client/features API to determine which features to activate, and this reliance must be eliminated first so that the API can subsequently be removed in a backwards-compatible manner.

Part of #1842

Solution

Remove all the frontend feature toggles as well as API calls to /client/features.

Breaking Changes

  • Yes - this PR contains breaking changes
    • Details ...
  • No - this PR is backwards compatible
    • Client-side changes only

Copy link
Contributor

@chowyiyin chowyiyin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mantariksh mantariksh merged commit 67a620d into develop Jun 10, 2021
@mantariksh mantariksh deleted the feat/remove-fm-frontend branch June 10, 2021 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants