-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADM-693:[backend] feat: generate rework report #1256
Conversation
…time to the BoardSheetGenerator
# Conflicts: # backend/src/main/java/heartbeat/service/board/jira/JiraService.java # frontend/src/containers/ReportStep/BoardMetrics/index.tsx
…ate-a-new-project.spec and import-project-from-file.spec
# Conflicts: # frontend/e2e/fixtures/createNew/reportResult.ts # frontend/e2e/pages/metrics/ReportStep.ts # frontend/e2e/specs/create-a-new-project.spec.ts # frontend/e2e/specs/import-project-from-file.spec.ts
Hi @yulongcai! 👋 |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Quality Gate passed for 'heartbeat-backend'Issues Measures |
Quality Gate passed for 'au-heartbeat-heartbeat-frontend'Issues Measures |
* ADM-693:[backend] fix:revert to original logic in fetch done card data * ADM-693:[backend] fix: update rework time is null to zero * ADM-693:[backend] refactor: extract methods * ADM-693:[backend] refactor: extract generation of baseInfo and cycle time to the BoardSheetGenerator * ADM-693:[backend] feat: generate rework field in sheet * ADM-693:[backend] test: fix order of assert * ADM-693:[backend] fix: add rework total time in flat map * ADM-693: [frontend] fix: fix request param issue * ADM-693:[backend] fix: format rework fields * ADM-693:[backend] fix: use alias temporarily * ADM-693:[backend] test: add rework fields in sheet * ADM-693:[backend] refactor: only one condition * ADM-693:[backend] fix: pmd check * ADM-693:[backend] refactor: rename method * ADM-693:[backend] refactor: sort card steps enum * ADM-693:[docs] feat: return throughput in rework info * AMD-694 [frontend] test: add e2e for board metric rework both for create-a-new-project.spec and import-project-from-file.spec * AMD-693 [frontend] fix: add some columns in board metric.csv * ADM-693:[backend] feat: report rework metric in metric csc file * ADM-693:[frontend] fix: add rework data to e2e expect metric data csv * ADM-693:[backend] fix: fix sonar issue * ADM-693:[backend] fix: update constant name --------- Co-authored-by: Genhao Liu <[email protected]> Co-authored-by: GuangbinMa <[email protected]> Co-authored-by: yp.wu <[email protected]>
* ADM-693:[backend] fix:revert to original logic in fetch done card data * ADM-693:[backend] fix: update rework time is null to zero * ADM-693:[backend] refactor: extract methods * ADM-693:[backend] refactor: extract generation of baseInfo and cycle time to the BoardSheetGenerator * ADM-693:[backend] feat: generate rework field in sheet * ADM-693:[backend] test: fix order of assert * ADM-693:[backend] fix: add rework total time in flat map * ADM-693: [frontend] fix: fix request param issue * ADM-693:[backend] fix: format rework fields * ADM-693:[backend] fix: use alias temporarily * ADM-693:[backend] test: add rework fields in sheet * ADM-693:[backend] refactor: only one condition * ADM-693:[backend] fix: pmd check * ADM-693:[backend] refactor: rename method * ADM-693:[backend] refactor: sort card steps enum * ADM-693:[docs] feat: return throughput in rework info * AMD-694 [frontend] test: add e2e for board metric rework both for create-a-new-project.spec and import-project-from-file.spec * AMD-693 [frontend] fix: add some columns in board metric.csv * ADM-693:[backend] feat: report rework metric in metric csc file * ADM-693:[frontend] fix: add rework data to e2e expect metric data csv * ADM-693:[backend] fix: fix sonar issue * ADM-693:[backend] fix: update constant name --------- Co-authored-by: Genhao Liu <[email protected]> Co-authored-by: GuangbinMa <[email protected]> Co-authored-by: yp.wu <[email protected]>
Summary
generate rework data in board report and metric report
Before
After
Note
Null