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

Feature flagging: Add local feature flagging implementation that doesn't rely on evidently #263

Closed
aligg opened this issue Dec 8, 2023 · 0 comments · Fixed by #278
Closed
Assignees
Labels
feature New feature or request
Milestone

Comments

@aligg
Copy link
Contributor

aligg commented Dec 8, 2023

What's the task?

In a past PR we added support for feature flagging with AWS Evidently and included a stubbed local feature flagging class: LocalFeatureFlagManager. Currently the class simply defaults to false.

The work of this ticket is to add a local feature flag implementation - we could leverage env variables, query params, or config files.

@aligg aligg added the feature New feature or request label Dec 8, 2023
@sawyerh sawyerh added this to the Feature flags milestone Dec 12, 2023
@jcq jcq self-assigned this Jan 9, 2024
sawyerh added a commit that referenced this issue Apr 18, 2024
## Ticket

Resolves #263

---------

Co-authored-by: Sawyer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants