]
Toni Rikkola updated DROOLS-1807:
---------------------------------
Sprint: (was: 2019 Week 02-04)
Verification & Validation: Add three states for running the
validation
-----------------------------------------------------------------------
Key: DROOLS-1807
URL:
https://issues.jboss.org/browse/DROOLS-1807
Project: Drools
Issue Type: Enhancement
Components: Guided Decision Table Editor
Reporter: Anton Giertli
Assignee: Toni Rikkola
Priority: Major
Labels: drools-tools, verifier
The statuses would be managed with system properties and extend the current on/off switch
we have.
It will be possible to change the status for each validation check type. Check types are
for example redundancy, range, missing columns.
* Reactive
The "normal way" you make a change and the verification runs instantly
* Off
Verification is disabled
* On demand
Verification only runs when requested. Can be useful for large dtables where you for
example change every value in a column and just really care about the verification status
after all the changes.
Few ideas to think about:
# Might be worth it to also store the state per dtable.
# If V&V runs for over X amount of seconds. Ask if the user wants to change the
setting from "Reactive" to "On Demand" for this table.