From 1903e410886765478db510ddd4a237750ebeb6da Mon Sep 17 00:00:00 2001 From: Jordan Ramos Date: Wed, 27 May 2026 16:25:31 -0600 Subject: [PATCH] Add LIVE and LAST REPORT badges to VCL compliance page The burndown chart uses live compliance_items data (updates as remediation plans and resolution dates are entered), while the metrics overview table shows the snapshot from the last uploaded report. Add visual badges to clarify this distinction: - Burndown chart: green 'LIVE' badge - Metrics overview: grey 'LAST REPORT' badge --- .../src/components/pages/CCPMetricsPage.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/pages/CCPMetricsPage.js b/frontend/src/components/pages/CCPMetricsPage.js index 2722705..ae2705e 100644 --- a/frontend/src/components/pages/CCPMetricsPage.js +++ b/frontend/src/components/pages/CCPMetricsPage.js @@ -392,8 +392,13 @@ function MetricTable({ metrics, onSelectMetric }) { return (
-
- Metrics Overview +
+ + Metrics Overview + + + LAST REPORT +
@@ -1422,8 +1427,13 @@ function ForecastBurndownChart({ metricId }) { return (
-
- Forecast Burndown — {metricId} +
+ + Forecast Burndown — {metricId} + + + LIVE +