Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-7145

Change raw data report structure to have count columns grouped together

    • Icon: Task Task
    • Resolution: Done
    • Icon: L3 - Default L3 - Default
    • 3.11.0-alpha4, 3.11.0
    • None
    • backend
    • None
    • Not defined

      Context:

      We want to group count related columns in the raw data report response into counts object so they can be later used on the FE to display them as a group the same way we do now for variables and flowNodeDurations.

      AT:

      change the raw data report api response from :
      {{{}}
          "processDefinitionKey": "AnalysisTestingProcess",

          ...
          "numberOfIncidents": 0,
          "numberOfOpenIncidents": 0,
          "numberOfUserTasks": 1,

          "flowNodeDurations": {
              "AE0010G0020": {
                  "name": null,
                  "value": 0
              },

              ...
          },
          "variables": {
              "boolVar": "false",
              ....
      {{    }}}
      }

      to :

      {{{}}
          "processDefinitionKey": "AnalysisTestingProcess",

          ...

      {{    "counts": {
              }}"incidents": 0,

              "openIncidents": 0,
              "userTasks": 1,

          "flowNodeDurations": {
              "AE0010G0020": {
                  "name": null,
                  "value": 0
              },

              ...
          },
          "variables": {
              "boolVar": "false",
              ....
      {{    }}}
      }

        This is the controller panel for Smart Panels app

            [OPT-7145] Change raw data report structure to have count columns grouped together

            Michal Konopski created issue -
            Michal Konopski made changes -
            Status Original: Triage [ 10612 ] New: Ready [ 10005 ]
            Joshua Windels made changes -
            Status Original: Ready [ 10005 ] New: In Development [ 10312 ]
            Michal Konopski made changes -
            Link New: This issue is related to OPT-7104 [ OPT-7104 ]
            Michal Konopski made changes -
            Link Original: This issue is related to OPT-7104 [ OPT-7104 ]
            Michal Konopski made changes -
            Link New: This issue is depended on by OPT-7104 [ OPT-7104 ]
            Joshua Windels made changes -
            Assignee Original: Joshua Windels [ joshua.windels ] New: Helene Waechtler [ helene.waechtler ]
            Status Original: In Development [ 10312 ] New: In Review [ 10212 ]
            Helene Waechtler made changes -
            Assignee Original: Helene Waechtler [ helene.waechtler ] New: Joshua Windels [ joshua.windels ]
            Status Original: In Review [ 10212 ] New: Rework [ 11413 ]
            Joshua Windels made changes -
            Status Original: Rework [ 11413 ] New: In Development [ 10312 ]
            Joshua Windels made changes -
            Assignee Original: Joshua Windels [ joshua.windels ]
            Resolution New: Done [ 10000 ]
            Status Original: In Development [ 10312 ] New: Done [ 10010 ]
            Cigdem Ilhan made changes -
            Fix Version/s New: 3.11.0-alpha4 [ 18490 ]

              Unassigned Unassigned
              michal.konopski Michal Konopski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: