Add below/above option to report configuration for non chart number reports

XMLWordPrintable

    • 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
      
      

            Assignee:
            Unassigned
            Reporter:
            Andromachi Rozaki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: