Review Agent Dashboard Architecture
Route map
Section titled “Route map”/: dashboard overview./contractors,/contractors/[id]./reviews./articles,/articles/[id]./pipeline./exports.
Data model dependencies
Section titled “Data model dependencies”Reads shared Supabase tables managed by review pipeline tooling:
review_contractorsreview_datareview_analysisreview_articlessearched_cities
Code organization
Section titled “Code organization”src/app: route entry points.src/components/dashboard: dashboard-specific components.src/lib/supabase: clients + query functions.src/lib/exports: export file reader.