RulesEngine icon indicating copy to clipboard operation
RulesEngine copied to clipboard

Rules visual editor

Open carbonete opened this issue 4 years ago • 9 comments

Exist any project to create a visual editor to rules engine, like Bot Framework Composer ?

Thanks Best regards Carbonete

carbonete avatar May 18 '20 12:05 carbonete

@carbonete we currently don't have any visual editor but we provide json-schema

Coupled with projects like json-editor maybe we can create a visual editor like this - demo

Let me know if this is what you are looking for. 😄

abbasc52 avatar May 20 '20 01:05 abbasc52

Maybe more like https://github.com/microsoft/BotFramework-Composer , this tool is very similar to Microsoft automate, maybe this is a shortcut.

Thanks for attention Carbonete

carbonete avatar May 21 '20 11:05 carbonete

Hi @abbasc52 what you think about my last comment ?

Best regards Carbonete

carbonete avatar Jun 17 '20 13:06 carbonete

HI @carbonete . Had a look on it, did not find a way to extract it. We are looking into extending the current rules json. So we will revisit this once we are done with the upgrade

abbasc52 avatar Jun 24 '20 14:06 abbasc52

@abbasc52 is there any update on this? We are also looking for visual editor.

reveation-labs avatar Oct 12 '20 16:10 reveation-labs

@reveation-labs we still are unable to prioritize it. Will update on this thread once we have a plan

abbasc52 avatar Oct 23 '20 15:10 abbasc52

We have an editor!

Nuget: https://www.nuget.org/packages/RulesEngineEditor/

Github: https://github.com/alexreich/RulesEngineEditor

Demo: https://alexreich.github.io/RulesEngineEditor/demo

PR: Rules engine editor readme by alexreich · Pull Request #237 · microsoft/RulesEngine (github.com) to include the editor in the README.

alexreich avatar Sep 14 '21 15:09 alexreich

I would like to see an editor more simular to querybuilder to make the end user business experience better. Check this out if you haven't. It stores rules in JSON, our team is currently in hack week and working to see how we could make this work. https://querybuilder.js.org/demo.html

keithelder avatar Sep 29 '21 13:09 keithelder

The most comprehensive UI rule editor I've ever seen,

https://codeeffects.com/Business-Rule-Demo

I've used their UI to build quite complex business rules and then transferred that to non-tech business users who continued that work to build complex validation and workflow rules. End users found UI simple for them and spent just a day or two playing around with the rules UI to start building complex rules from scratch without my assistance.

NOTE: I'm not an author and do not have any direct or indirect relationships with the codeeffects company.

vitaly-pavluk avatar Jun 19 '22 17:06 vitaly-pavluk