I have renamed ruleinstancescontroller to rule_instances_controller along with the associated mustache template, this will address part of issue #8.
To address issue #11 this makes use of the rule instance sortorder in rule_checker, as rule_instance_controller already gets ordered records then this adds a getter for rule instance records to the rule instance controller and uses that method in rule_checker.
I have renamed
ruleinstancescontroller
torule_instances_controller
along with the associated mustache template, this will address part of issue #8.To address issue #11 this makes use of the rule instance
sortorder
inrule_checker
, asrule_instance_controller
already gets ordered records then this adds a getter for rule instance records to the rule instance controller and uses that method inrule_checker
.