-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
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
Status | Original: Triage [ 10612 ] | New: Ready [ 10005 ] |
Status | Original: Ready [ 10005 ] | New: In Development [ 10312 ] |
Assignee | Original: Joshua Windels [ joshua.windels ] | New: Helene Waechtler [ helene.waechtler ] |
Status | Original: In Development [ 10312 ] | New: In Review [ 10212 ] |
Assignee | Original: Helene Waechtler [ helene.waechtler ] | New: Joshua Windels [ joshua.windels ] |
Status | Original: In Review [ 10212 ] | New: Rework [ 11413 ] |
Status | Original: Rework [ 11413 ] | New: In Development [ 10312 ] |
Assignee | Original: Joshua Windels [ joshua.windels ] | |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Development [ 10312 ] | New: Done [ 10010 ] |
Fix Version/s | New: 3.11.0-alpha4 [ 18490 ] |