Skip to content

Feature service #72

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

Closed
rjwats opened this issue Dec 29, 2019 · 0 comments · Fixed by #143
Closed

Feature service #72

rjwats opened this issue Dec 29, 2019 · 0 comments · Fixed by #143
Assignees

Comments

@rjwats
Copy link
Owner

rjwats commented Dec 29, 2019

A feature availability service would allow us to turn on and off features at build time and omit them from the binary using #defines - hiding them in the UI dynamically.

The idea here is that features would register themselves when constructed. The UI would build a "FeatureContext" from an initial request to the server to discover which features are available.

This will enable the framework to support more features without burdening users with features they won't use, some examples:

@rjwats rjwats self-assigned this Dec 29, 2019
@rjwats rjwats linked a pull request Jun 8, 2020 that will close this issue
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 a pull request may close this issue.

1 participant