diff --git a/src/app/setup-wizard/data-collection/on-site-assessment/neb-forms-accordion/neb-setup-form/neb-setup-form.component.html b/src/app/setup-wizard/data-collection/on-site-assessment/neb-forms-accordion/neb-setup-form/neb-setup-form.component.html index 35d35791..8c550b1a 100644 --- a/src/app/setup-wizard/data-collection/on-site-assessment/neb-forms-accordion/neb-setup-form/neb-setup-form.component.html +++ b/src/app/setup-wizard/data-collection/on-site-assessment/neb-forms-accordion/neb-setup-form/neb-setup-form.component.html @@ -76,10 +76,9 @@
- Fill out the impacts on company performance metrics (
- Lorem ipsum odor amet, consectetuer adipiscing elit. Ex consequat nulla vestibulum - dapibus lectus vestibulum. Ex nisi phasellus tempus himenaeos erat. +
- The below associated key performance metrics (
- Provide baseline details about the selected KPI. + Key Performance Indicators (KPI) and Key Performance Metrics + (KPMs) +
++ Key Performance Indicators (KPI) are the critical (key) quantifiable indicators of + progress toward an intended + result and are used to track progress towards business objectives. +
++ Key Performance Metrics + (KPMs) refers to quantifiable measurements an organization uses to track performance. +
++ Key Performance Indicators (KPIs) are the goals to be achieved, while Key Performance Measures (KPMs) are the data + that measures progress towards those goals. JUSTIFI uses this distinction to help organize KPMs so that non-energy + benefits are more easily found and aligned with business objectives. +
++ Use this screen to provide baseline details about the selected KPI.
diff --git a/src/app/setup-wizard/setup-wizard-help-panel/company-kpi-select-help/company-kpi-select-help.component.html b/src/app/setup-wizard/setup-wizard-help-panel/company-kpi-select-help/company-kpi-select-help.component.html index 77f6a6f6..6e786804 100644 --- a/src/app/setup-wizard/setup-wizard-help-panel/company-kpi-select-help/company-kpi-select-help.component.html +++ b/src/app/setup-wizard/setup-wizard-help-panel/company-kpi-select-help/company-kpi-select-help.component.html @@ -1,5 +1,24 @@
- Select the Key Performance Indicators (KPI) that the company is tracking. + Key Performance Indicators (KPI) and Key Performance Metrics + (KPMs) +
++ Key Performance Indicators (KPI) are the critical (key) quantifiable indicators of + progress toward an intended + result and are used to track progress towards business objectives. +
++ Key Performance Metrics + (KPMs) refers to quantifiable measurements an organization uses to track performance. +
++ Key Performance Indicators (KPIs) are the goals to be achieved, while Key Performance Measures (KPMs) are the data + that measures progress towards those goals. JUSTIFI uses this distinction to help organize KPMs so that non-energy + benefits are more easily found and aligned with business objectives. +
++ Use this screen to select the Key Performance Indicators (KPI) that the company is tracking.
diff --git a/src/app/setup-wizard/setup-wizard.module.ts b/src/app/setup-wizard/setup-wizard.module.ts
index 5935d9e3..5ea74e4c 100644
--- a/src/app/setup-wizard/setup-wizard.module.ts
+++ b/src/app/setup-wizard/setup-wizard.module.ts
@@ -61,6 +61,7 @@ import { EnergyOpportunityNebsListPipe } from './data-collection/on-site-assessm
import { SetupWizardHelpPanelModule } from './setup-wizard-help-panel/setup-wizard-help-panel.module';
import { LabelWithTooltipModule } from '../shared/label-with-tooltip/label-with-tooltip.module';
import { KpmDetailsFormModule } from '../shared/kpm-details-form/kpm-details-form.module';
+import { KpiDescriptionPipe } from './pre-visit/company-kpi-details/kpi-description.pipe';
@NgModule({
declarations: [
@@ -112,7 +113,8 @@ import { KpmDetailsFormModule } from '../shared/kpm-details-form/kpm-details-for
AssociatedMetricIndicatorPipe,
KpmImpactsTableComponent,
EnergyOpportunityNebsTableComponent,
- EnergyOpportunityNebsListPipe
+ EnergyOpportunityNebsListPipe,
+ KpiDescriptionPipe
],
imports: [
CommonModule,
diff --git a/src/app/shared/constants/keyPerformanceIndicatorOptions.ts b/src/app/shared/constants/keyPerformanceIndicatorOptions.ts
index b6d68782..4dbd99e3 100644
--- a/src/app/shared/constants/keyPerformanceIndicatorOptions.ts
+++ b/src/app/shared/constants/keyPerformanceIndicatorOptions.ts
@@ -25,7 +25,7 @@ export interface KeyPerformanceIndicatorOption {
primaryKPI: PrimaryKPI,
label: string,
htmlLabel: string,
- optionValue: KeyPerformanceIndicatorValue,
+ optionValue: KeyPerformanceIndicatorValue
};
export const KeyPerformanceIndicatorOptions: Array