-
Notifications
You must be signed in to change notification settings - Fork 11
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
CLI: Feature Flag Solution #30
Comments
I'm not sure if we can get all of that under a single hood. We can't really have random people add/remove/edit core feature flags possibly affecting all users. The same way we can't really provide a way to alter databases, because that could leave us with broken clients that we suddenly have to fix. I believe we need to split this into a few issues:
|
I like that. I think this splits up the concepts well. imo, I think priority is 1, 3, 2. Let's split this up into multiple issues for those unique cases. I think the 2nd item probably gets split into multiple issues as well. My thought is that we use the core plugins as a starting point with people that are in our discord right now. Since it's part of the core code, it'll require more in depth review, but it'll help inform how we should build the 3rd party plugin system Thoughts? |
Due to inactivity you will be unassigned soon and the issue be freed. |
Due to longer inactivity, this issue has been unassigned automatically. |
Due to inactivity you will be unassigned soon and the issue be freed. |
Due to longer inactivity, this issue has been unassigned automatically. |
We want to enable the community to be ab le to build features they want to try out, without the stress of releasing to the whole community to do so. We want to introduce a feature flag solution that allows community members to contribute code in a more risk free way. This will also allow our internal team to introduce features for testing with the community without hurting the group.
Please consider the following with the solution:
Potential open source option
https://www.flagsmith.com/open-source
The text was updated successfully, but these errors were encountered: