forked from thoughtworks/HeartBeat
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADM-965 [frontend][backend]: add a heartbeat state 'Design' &'Waiting…
… for deployment' in board mapping (#1568) * ADM-965 [frontend]: rename the waiting for testing * ADM-990 [frontend]: add design and waiting for development to cycle time options * ADM-990 [backend]: add design and waiting for development to cycle time result and rework * ADM-990 [backend]: fix sonar issues * ADM-965 [frontend]: change the cycle time data in the report page * ADM-965 [frontend]: show the rework data in the board detail page * ADM-965 [frontend]: fix test * ADM-965 [frontend]: fix e2e test * ADM-965 [frontend]: rename * ADM-965 [backend]: fix comments * ADM-965 [backend]: fix sonar issues
- Loading branch information
1 parent
1d16838
commit e71d6b7
Showing
23 changed files
with
2,250 additions
and
1,900 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,8 @@ public class StepsDay { | |
|
||
private double todo; | ||
|
||
private double design; | ||
|
||
private double waitingForDeployment; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.