One-time setup required. Run this SQL in your Supabase SQL Editor before saving:
CREATE TABLE consulting_report_data (
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
engagement_id uuid NOT NULL UNIQUE,
user_id uuid NOT NULL,
data jsonb,
sent_at timestamptz,
updated_at timestamptz DEFAULT now()
);
ALTER TABLE consulting_report_data ENABLE ROW LEVEL SECURITY;
CREATE POLICY "Users manage their own report data"
ON consulting_report_data FOR ALL
USING (auth.uid() = user_id) WITH CHECK (auth.uid() = user_id);
1
Report Details
2
Assessment Scores
Auto-loaded from audit
Loading audit data…
3
Executive Summary
4
Key Findings
5
Recommendations
Up to 5
6
Roadmap
7
Next Steps
Preview
Assessment Report
Culture & Learning Assessment
Organisation Name
Prepared For
—
Engagement
—
Date
—
Prepared By
Jonathan Maydwell
—/5.0
Awaiting Assessment
Overall score across all six domains of culture and learning readiness.
Executive Summary
Your executive summary will appear here as you type.