-
Notifications
You must be signed in to change notification settings - Fork 501
Description
First of all - its not related to Issue :)
I am using json-rules-engine and configured my business rules under json files in my web application . Since, business logics are getting higher, i am facing issues in terms of readability despite maintaining under separate files based on business use cases.
so, developed simple intuitive user interface also known as json rule editor to manage the business rules and conditions. it actually gives better representation of our business rules besides we can validate the rules here.
It may sounds extra steps getting added into the work. However it will be certainly helpful to people whom would want to manage business rules via user interface like me :)
Github Location:
https://github.com/vinzdeveloper/json-rule-editor
Documentation is also available in github pages
https://vinzdeveloper.github.io/json-rule-editor/docs
App is deployed here to let people use directly instead of installing locally
https://www.json-rule-editor.com/
Possibly, I might miss some functionalities of json-rules-engine in this json-rule-editor. If you guys find useful and come up with any suggestions or improvement, please do let me know - Happy to improvise it!