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 944 [frontend] change thumbup icon position (#1474)
* ADM-944: [frontend] feat: change thumbup icon position * ADM-944: [frontend] feat: change hex check * ADM-944: [frontend] feat: change hex check to exclude just the chart-result.ts file * ADM-944: [frontend] feat: change hex check to exclude just the chart-result.ts file: give the full path * ADM-944: [frontend] feat: change hex check to exclude just the chart-result.ts file: give only file name * ADM-944: [frontend] feat: remove console
- Loading branch information
1 parent
160c312
commit dfc8296
Showing
7 changed files
with
36 additions
and
36 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 |
---|---|---|
@@ -1,45 +1,45 @@ | ||
export const BOARD_CHART_VALUE = { | ||
Velocity: { | ||
type: 'trend up', | ||
color: 'green', | ||
color: '#02C4A8', | ||
value: '160.00%', | ||
}, | ||
'Average Cycle Time': { | ||
type: 'trend up', | ||
color: 'red', | ||
color: '#E82107', | ||
value: '75.25%', | ||
}, | ||
'Cycle Time Allocation': { | ||
type: 'trend up', | ||
color: 'green', | ||
color: '#02C4A8', | ||
value: '1.93%', | ||
}, | ||
Rework: { | ||
type: 'trend up', | ||
color: 'red', | ||
color: '#E82107', | ||
value: '266.67%', | ||
}, | ||
}; | ||
|
||
export const DORA_CHART_VALUE = { | ||
'Lead Time For Changes': { | ||
type: 'trend down', | ||
color: 'green', | ||
color: '#02C4A8', | ||
value: '40.28%', | ||
}, | ||
'Deployment Frequency': { | ||
type: 'trend down', | ||
color: 'red', | ||
color: '#E82107', | ||
value: '6.67%', | ||
}, | ||
'Dev Change Failure Rate': { | ||
type: 'trend down', | ||
color: 'green', | ||
color: '#02C4A8', | ||
value: '59.99%', | ||
}, | ||
'Dev Mean Time To Recovery': { | ||
type: 'trend down', | ||
color: 'green', | ||
color: '#02C4A8', | ||
value: '22.19%', | ||
}, | ||
}; |
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