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

Add "features" or "capabilities" support #32

Open
firstone opened this issue Jun 4, 2018 · 0 comments
Open

Add "features" or "capabilities" support #32

firstone opened this issue Jun 4, 2018 · 0 comments

Comments

@firstone
Copy link
Contributor

firstone commented Jun 4, 2018

The idea is that, both, polyglot server / UI and interface, and polyglot interface, could enable some enhanced functionality. So, for instance, if we implement enhances custom parameters, both, server and client need to support it. Both can define "feature" called "enhancedParameters". If, and only if, both have it defined, it would be enabled at runtime. If one side is missing it, it would fall back to the existing functionality. Then you could make potentially breaking changes without having to worry about breaking existing clients.

Further, it could be used to temporarily disable new functionality if it causes issues. You just have to disable "feature" on server or a client.

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