From c7d951eb7af98557da310170c3dd6ead256ba9f5 Mon Sep 17 00:00:00 2001
From: Jun-te Kim
Date: Mon, 29 Jun 2026 10:54:48 +0000
Subject: [PATCH] save
---
.claude/settings.json | 4 +++-
.../(portfolio)/your-projects/live/AnalyticsView.tsx | 9 ++++++++-
.../portfolio/[slug]/remote-assessment/AddressSearch.tsx | 3 +++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.claude/settings.json b/.claude/settings.json
index e89494b4..490e7d82 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -21,7 +21,9 @@
"Bash(npx drizzle-kit *)",
"Bash(pip install *)",
"Bash(terraform fmt *)",
- "Bash(gh label *)"
+ "Bash(gh label *)",
+ "Bash(python3 -c \"import psycopg2\")",
+ "Bash(python3 -c \"import psycopg\")"
],
"deny": [
"Bash(npx drizzle-kit generate)",
diff --git a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/AnalyticsView.tsx b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/AnalyticsView.tsx
index b41971b9..383db091 100644
--- a/src/app/portfolio/[slug]/(portfolio)/your-projects/live/AnalyticsView.tsx
+++ b/src/app/portfolio/[slug]/(portfolio)/your-projects/live/AnalyticsView.tsx
@@ -7,6 +7,7 @@ import { Card, CardContent } from "@/app/shadcn_components/ui/card";
import DampMouldRiskPanel from "./DampMouldRiskPanel";
import CompletionTrendsChart from "./CompletionTrendsChart";
import SurveyIssuesPanel from "./SurveyIssuesPanel";
+import QueriesReviewPanel from "./QueriesReviewPanel";
import ExcludedFromPipelinePanel from "./ExcludedFromPipelinePanel";
import GroupFilter, { type GroupNode } from "./GroupFilter";
import { STAGE_COLORS, STAGE_ORDER } from "./types";
@@ -430,7 +431,13 @@ export default function AnalyticsView({
onOpenTable={onOpenTable}
/>
- {/* Row 7: Excluded from Pipeline (Removed from Bookings / Removed from Program) */}
+ {/* Row 7: Queries / Review with Landlord (parked but still in programme) */}
+
+
+ {/* Row 8: Excluded from Pipeline (Removed from Bookings / Removed from Program) */}
{selectedAddress.address}
+
+ UPRN: {selectedAddress.uprn}
+