Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record results of RuleEngine executions (django) #16

Open
miraculixx opened this issue Apr 10, 2015 · 0 comments
Open

Record results of RuleEngine executions (django) #16

miraculixx opened this issue Apr 10, 2015 · 0 comments
Labels

Comments

@miraculixx
Copy link
Owner

This story will keep track of all rules executed and store results.

  1. Implement a pyrules.Rule.store method to save the ._executed trace
  2. Add models.RuleResults to keep results of executions. Attributes rule name, input context, output context, datetime started, ended, rule._executed dump
  3. Make storing rule executions a settings.py flag. If the flag ist true, Rule.store should save its result and trace to models.RuleResults.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant