vinzdeveloper / json-rule-editor

Json rule editor
GNU General Public License v3.0
361 stars 104 forks source link

Question : custom operator #27

Open nassertom opened 3 years ago

nassertom commented 3 years ago

is it possible to use custom operators?

things like link ?

thank you

vinzdeveloper commented 3 years ago

Hi @nassertom,

Current version of UI doesnt support custom operators.

I will mark it as enhancement at the moment. I think its nice to have in UI to create and edit the custom operators along with facts. Only thing is, we cannot manage the definition / logic of the relevant custom operators created in UI as its looks like runtime injection. so it affects the validation functionality of rules too. Let me think about the ideal way to configure the custom operators.

Thanks for raising it!.

eazuka commented 3 years ago

custom operator will really be nice as i need such too

MacleZhou commented 2 years ago

I'm also looking forward of this feature