Fork me on GitHub
#clara
<
2016-12-05
>
devn21:12:08

@svenhuster we do some scheduling logic, but not the actual creation of events. My advice would be to spike on it and see where you get. Pick a nontrivial subset of your logic, and see whether it gives you what you’re looking for

devn21:12:50

@mikerod Thanks again for the talk, and for the chat afterwards. It was awfully cathartic to talk to folks with similar problems in healthcare, and the rules engine space in particular.

mikerod22:12:17

svenhuster I agree with devn that one of the best things you can do is try to reason about your problem through some examples actually trying to use Clara rules and a rule-driven approach

mikerod22:12:28

see if it is naturally working or if you are hitting major barriers

mikerod22:12:11

Jess (an older rules engine written in Java, with a Lisp-like DSL) has some reasonable guidelines

mikerod22:12:21

I think we could do better to get some guidelines on this up on Clara rules

mikerod22:12:46

However, the most powerful I’d say is to try demo’ing out solving one of your problems (even if simplified) by using rules and see if it can make any sense.

mikerod22:12:12

devn It was good to talk with you. It was nice to hear your perspective and things you’ve been working through.