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} +