Skip to content

Commit

Permalink
Improved overview table
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Jul 6, 2023
1 parent 91543a4 commit 283105c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/utils/report/createDistributionTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const createDistributionTable = (teams: any, userConfig: UserConfig) => {
// const lastWeek = completionStreams[0].weeks[completionStreams[0].weeks - 1]
distributionTable += `| ${team.name} | ${Math.round(
lastWeek.metrics.points.totalStreams,
)} | ${Math.round(
)} /wk | ${Math.round(
lastWeek.metrics.issues.totalStreams,
)} | ${completionStreams
)} /wk | ${completionStreams
.map(cs => {
const lastWeek: any = cs.weeks.slice(-3)[2];
const lastWeekDistribution: number =
Expand Down

0 comments on commit 283105c

Please sign in to comment.