-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Currently, we only allow configuring below & above value in the chart reports. With the current changes we want to change this functionality so that we allow configuring below & above values in the progress reports as well. The configuration dto should have therefore the following structure:
"targetValue": { "countChart": { "isBelow": false, "value": "100” }, "durationProgress": { "baseline": { "unit": "hours", "value": "0" }, "target": { "unit": "hours", "value": “2”, “isBelow”: false } }, "active": false, "countProgress": { "baseline": "0", "target": "100”, “isBelow”: false }, "durationChart": { "unit": "hours", "isBelow": false, "value": "2" }, "isKpi": true