Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 765 Bytes

RulesEngine

A Javascript Rules Engine

Example Usage

TODO

  • Test performance
  • Build treemap for rule matching (better performance)
  • Provide sample functions for - validation, cardinality, visibility, list values, default values, hint text
  • Allow contextual functions e.g. sh('id'), html('id2') i.e. no need for qualification

Add functions to programatically:

  • add onchange/blur listeners
  • retrieve values from form types
  • perform cardinality, visibility, list values, default value, hint text, validation, focus or rules evaluation, set/clear value

Bitdeli Badge