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

core: feature flags #4

Closed
danielhochman opened this issue Jul 18, 2020 · 1 comment
Closed

core: feature flags #4

danielhochman opened this issue Jul 18, 2020 · 1 comment
Labels
area: backend Backend changes area: frontend Frontend changes type: enhancement New feature or request

Comments

@danielhochman
Copy link
Collaborator

Description

Add an endpoint to the backend that serves feature flags. Initially this can be a true/false per variable. Later we will want to add per-user and per-group targeting for features, so that a feature developer can pilot the feature in a real environment without exposing it to all users.

On the frontend, we'll need a library that can easily flip workflow packages on and off based on the values. The values will need to block loading.

Complexity [S/M/L]: M

Wireframes, Mockups, or Screenshots (if applicable)
N/A

@danielhochman danielhochman added area: backend Backend changes area: frontend Frontend changes type: enhancement New feature or request labels Jul 18, 2020
@danielhochman
Copy link
Collaborator Author

Ideally we would also have developer tools on the frontend, or at least javascript console commands, that would allow you to toggle the values at will in the current window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Backend changes area: frontend Frontend changes type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants