--- a/src/app/modules/capture-dashboard/project-view/capture-project-view.component.html +++ b/src/app/modules/capture-dashboard/project-view/capture-project-view.component.html @@ -359,8 +359,7 @@
- -
+
{{ b.eyebrow }} @@ -373,11 +372,17 @@
-
+
+ + + {{ b.departmentsComplete }} of {{ b.departmentsTotal }} departments complete + {{ b.assetsCaptured | number }} captures + @if (b.skuTotal !== undefined) { + + + {{ b.skuTotal | number }} SKUs + + } @if (b.eaTotal !== undefined) { {{ b.eaTotal | number }} EA total{{ b.eaTotal | number }} EA } - @if (b.skuTotal !== undefined) { + @if (b.auditsDone !== undefined) { - + {{ b.skuTotal | number }} SKU{{ b.auditsPassed | number }} of {{ b.auditsDone | number }} audits passed + + + + {{ b.auditsPending | number }} audits pending } - - - {{ b.locationsTotal - b.locationsComplete }} remaining - - - {{ b.completePct }}% - Complete - -
-
- -
- - @if (b.forecastReady !== false) { -
-
{{ b.forecast.eyebrow }}
-
- {{ b.forecast.projectedDate }} - {{ b.forecast.projectedTime }} -
-
{{ b.forecast.originalLine }}
- - - {{ b.forecast.varianceLabel }} - -
- } @else { -
-
Projected finish
-
Not enough capture yet
-
- } +
} @else { @@ -450,15 +433,14 @@
-
+
-
+
-
} --- a/src/app/modules/capture-dashboard/project-view/capture-pace-settings.component.ts +++ b/src/app/modules/capture-dashboard/project-view/capture-pace-settings.component.ts @@ -91,7 +91,7 @@ { key: 'dayEndMinutes', label: 'Day ends after no captures for', - hint: 'After this long without a capture, the person shows as “Finished” instead of “On break now” and no longer counts as on-site. Must be at least the in-room break limit.', + hint: 'After this long without a capture, the person shows as “Finished” instead of “On break now”. Must be at least the in-room break limit.', example: '60 → last capture at 3:00 PM, shown as finished from 4:00 PM.', unit: 'min', integer: true,