dashk / rule-engine

A very simple rule engine
2 stars 0 forks source link

Ability to evaluate multiple rules #8

Open dashk opened 8 years ago

dashk commented 8 years ago

What is the use case? Ability to evaluate simple rule expression.

e.g. Rule 1 AND Rule 2 OR Rule 3 AND Rule 4

Why are you doing this? Current rule-engine does not support evaluation of multiple rules. To make rule engine truly effective, we need to have a way to evaluate multiple rules.

What is in scope?

What is out of scope?

dashk commented 8 years ago

Quick Writeup https://github.com/dashk/rule-engine/wiki/Support-for-Multiple-Rules----Phase-1----Design-Writeup