loyaltycorp/easy-decision

Your most complex decisions taken the easiest way


License
MIT

Documentation

LoyaltyCorp - EasyDecision

Your most complex decisions made the easiest way.


Roadmap

  • Yes/No Decision: Give input -> Rules -> True/False
  • Value Decision: Give input -> Rules -> Get output
  • Specific functions per decision type
  • Common functions to all decision types
  • Yes/No decision have different strategies:
  • affirmative: Yes as soon as first rule says yes
  • consensus: Yes if more yes than no
  • unanimous: Yes if everybody says yes
  • Priority on rules: Run first the rules with smallest priority
  • Rules can say if they support the given input
  • After run users can get which rules ran, their body and output
  • Test the Laravel Decision Factory
  • Improve config file with some examples
  • Create a PHP methods expression functions provider as helper
  • Create documentation

Documentation

Laravel / Lumen