Database schema for tickets
The Supabase schema visualizer confirms the tickets table structure used by the API and dashboard, including id, created_at, description, category, sentiment, and processed.

Frontend deployment status
Netlify deployment summary shows the production deploy completed successfully, confirming the frontend build and publish pipeline is active.

Live dashboard UI
Production dashboard showing real-time ticket metrics and processed status, validating the frontend connection to Supabase.

Repository structure
Repository root view confirming the required folders and documentation exist for the delivery format.

Python API deployment
Render dashboard displays the web service and public URL for the FastAPI microservice, confirming live deployment.

n8n
Workflow design / Workflow execution evidence
n8n workflow editor view showing the webhook trigger, ticket processing API call, and response mapping steps.
