Export to CacheControl/json-rules-engine #958
-
|
Is it possible to export the query to a format suitable for https://github.com/CacheControl/json-rules-engine? IDK if that makes a ton of sense but we are using json-rules-engine in our backend already and are looking at viable/advanced rule builders for our frontend. Obviously the developer would have to make sure that the necessary facts are loaded into the rule engine. That would be amazing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment · 5 replies
-
|
Not yet, but definitely soon! I'm working on a "rules engine" extension to RQB (see below) that will manage a structure similar to |
Beta Was this translation helpful? Give feedback.
Not yet, but definitely soon! I'm working on a "rules engine" extension to RQB (see below) that will manage a structure similar to
json-rules-engine. It will be based more on RQB's existingRuleGroupType, but the translation should be fairly straightforward. The new extension will have aformatQueryequivalent (probablyformatRulesEngine) providing an option to export asjson-rules-enginecondition/event objects.