-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add "Actions" capability #322
Add "Actions" capability #322
Conversation
Still WIP. The core backend code is updated and returns the one action I've added. Still need to finish the UI and add tests, though I'm not sure what we'd do for testing on this as it's really more requiring integration testing since it's DB changes. We might forgo testing on the actual actions for now at least and maybe just test that the results are correct based on required options that the action needs. |
And unfortunately, due to the deep nature of the refactor for reports/actions/modules this touches more files than I'd like, but they're mostly minimal and just renames of things. |
UI updated and ability to pass options added. Next steps:
|
Closing as merged in #375 |
Motivation
Fixes #210 and #234
Checklist
How to test
If manual testing is required, what are the steps?