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

Turn feature off/on programmatically? #7

Open
johnknoop opened this issue Dec 4, 2019 · 0 comments
Open

Turn feature off/on programmatically? #7

johnknoop opened this issue Dec 4, 2019 · 0 comments

Comments

@johnknoop
Copy link

We use an IFeatureRepository as a configuration source, with 1 minute cache duration. As of today, whenever we want to turn a feature on or off, we make a change in the database, and this then takes effect after 1 minute (at most).

Now we're thinking of building a GUI for the feature system, so that product owners can turn stuff on/off themselves, without access to the database. One solution would be that the GUI just updates the database, but an even nicer solution would be if ReallySimpleFeatureToggle had an API for turning features on/off, which would immediately update it's cache. Is this possible today? I couldn't find any such information in the readme.

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

No branches or pull requests

1 participant