issues
search
bcgov
/
citz-dst-capstone-2021
https://rdsi-client.adccd1-prod.apps.silver.devops.gov.bc.ca/
Apache License 2.0
0
stars
2
forks
source link
implement KPI constraints
#259
Closed
SungHwan-Park
closed
3 years ago
SungHwan-Park
commented
3 years ago
Incremental target
baseline is less than target
current value is greater than baseline and less than target, otherwise value is set to baseline
Decremental target
baseline is greater than target
current value is less than baseline and greater than target, otherwise value is set to baseline
Progress
(target - baseline) * 100 / (current value - baseline)
Incremental target
Decremental target
Progress
(target - baseline) * 100 / (current value - baseline)