Skip to content

Commit

Permalink
ADM-791:[backend]docs: update docs about generate report api design
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnjoa committed Feb 4, 2024
1 parent f8995d2 commit bce94e3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ group async process board related metrics
Backend -> Backend: generate board report csv
deactivate Backend
note left
response.boardMetricsCompleted is true
board metrics are ready for display
board csv is ready for download
end note
Expand Down Expand Up @@ -244,6 +245,7 @@ group async process pipeline and sourcecontrol related metrics
end
Backend -> Backend: generate pipeline report csv with github data if required
note left
response.doraMetricsCompleted is true
pipeline report is ready for download
end note
deactivate Backend
Expand Down Expand Up @@ -493,10 +495,9 @@ Response:
"errorMessage": "string"
},
} <could be null if not required>,
"boardMetricsCompleted": Boolean <default is null>,
"pipelineMetricsCompleted": Boolean <default is null>,
"sourceControlMetricsCompleted": Boolean <default is null>,
"allMetricsCompleted": Boolean <default is null>,
"boardMetricsCompleted": boolean <default is false>,
"doraMetricsCompleted": boolean <default is false>,
"allMetricsCompleted": boolean <default is false>,
"exportValidityTime": 0
}
```

0 comments on commit bce94e3

Please sign in to comment.