☀️ Morning Brief

Thursday, June 11, 2026

Drawing Issue Comparator Buildr+

Add a simple revision compare view for RFIs, submittals, and transmittals so field users can see what changed before they act on a newer sheet or document. This answers the same market pressure Bluebeam is pushing with AI-assisted change detection, but in a smaller mobile-first workflow.

💡 How: Store document revision metadata in Supabase, add a revision_pairs table, and start with filename/sheet-number/date diff badges before adding visual PDF overlay later.

Crew Variance Snapshot DailyReportr+

Show when actual manpower, equipment, or weather conditions drift from the project's normal baseline so the daily report becomes a risk signal, not just a record. This helps transit and infrastructure users catch delay narratives while they are still fresh.

💡 How: Use a Supabase view to calculate 7-day averages per project/trade, then render a compact VarianceChip row on the daily report review screen.

Corrective Action Aging Queue Inspectr+

Add an aging queue for failed or open inspection items so inspectors can sort by days open, responsible party, and next required action. It turns inspection data into an accountability list without becoming a full task-management system.

💡 How: Add due_at, assigned_to, and last_status_at fields, then build a Riverpod-backed filtered list with quick actions for note, photo, reassignment, and close.

Competitive Intel

Code Health