-
Notifications
You must be signed in to change notification settings - Fork 0
[Proposal] Add rules for framework independent conditional evaluation #1
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
Comments
Hi,
"myfield": {
"title": "My Field with rules",
"key": "<path-within-schema>",
"readonly": true,
"hide": true,
"default": 11
}
Looking forward to discuss this with you guys! |
One of our members Nicklas made a point in a discussion on a full blown rules engine he wants to start with the appropriate name 'jsonrules', that remote rules would be useful, I tend to agree given where I work we are required to avoid making business logic public, he has some ideas on that and for a rules engine to be able to get what it would need from the core API. A discussion for another issue, but thought I'd mention it. There's potential to make rules a secondary schema the same way json-schema has the hypermedia-schema. |
Hi, Well, isn't what is being discussed here a "full blown" rules engine for json-schema-form? My points are these:
I feel that this would be both a faster, easier and less complicated way to implement rules than inside JSF. Perhaps it is a different issue, but just wanted to explain my reasoning. |
Hi, |
Uh oh!
There was an error while loading. Please reload this page.
Note: this is incomplete to use as example to kick off discussion
An ability to set options based on conditional logic formatted in a consistent way that can be implemented in all potential framework variations.
I implement this on my server, but something that covers this for both would be useful.
Even allowing RegEx for matching values.
There is also rules as defined in EclipseSource JSONForms as defined here: https://github.com/eclipsesource/jsonforms/blob/master/examples/app/local/local.controller.js#L58
I propose a combination approach that allows a rule to define a set of value changes for the object.
All keywords, key, scope etc.. can be defined later...
The text was updated successfully, but these errors were encountered: