Skip to content

Commit

Permalink
Merge pull request #250 from NREL/issue-194
Browse files Browse the repository at this point in the history
Updates to KPM List
  • Loading branch information
RLiNREL authored Sep 25, 2024
2 parents 13515d3 + 46cf6d6 commit a05ff9d
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 142 deletions.
7 changes: 0 additions & 7 deletions src/app/shared/constants/keyPerformanceIndicatorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export type KeyPerformanceIndicatorValue =
'reduceNonconformingProductWaste' |
'wasteReductionNonHazardous' |
'wasteReductionHazardous' |
'energyCost' |
'reduceExpenseCost' |
'improveSpaceUtilization' |
'employeeEngagementWorkforceDevelopment' |
Expand Down Expand Up @@ -72,12 +71,6 @@ export const KeyPerformanceIndicatorOptions: Array<KeyPerformanceIndicatorOption
htmlLabel: 'Reduce Expense Cost',
optionValue: 'reduceExpenseCost'
},
{
primaryKPI: 'Sustainability (Environmental Impact)',
label: 'Energy Cost',
htmlLabel: 'Energy Cost',
optionValue: 'energyCost'
},
{
primaryKPI: 'Sustainability (Environmental Impact)',
label: 'Waste Reduction: Hazardous',
Expand Down
Loading

0 comments on commit a05ff9d

Please sign in to comment.