☀️ Morning Brief

Thursday, June 4, 2026

Plan Sheet Jump Links Inspectr+ / DailyReportr+

Add tappable sheet/detail references inside punch items and daily logs so field notes can jump straight to the relevant drawing, spec section, or photo set. It reduces the "where was this shown?" chase when an inspector or PM reviews yesterday's work.

💡 How: Use a lightweight references table in Supabase with entity type/id, sheet number, revision, and storage path; render compact chips in Flutter and cache linked PDF pages for offline use.

Closeout Evidence Bundle Builder Closr+

Let a PM select a closeout requirement and generate a clean evidence bundle: approved submittals, inspections, photos, O&M docs, warranties, and unresolved gaps. This turns closeout from a folder hunt into a checklist-driven export.

💡 How: Model each requirement as a Supabase row with required artifact types; use Storage signed URLs for the source docs and generate a PDF/ZIP package with an Edge Function.

RFI/Submittal Aging Signal Buildr+

Add a small risk signal that highlights RFIs or submittals approaching due dates, stuck with a reviewer, or missing attachments before they become schedule noise. Procore's 2026 trend framing is pushing AI from back office into field workflows, but this can start as simple, explainable rules.

💡 How: Create a Postgres view for days_open, days_until_due, missing_required_files, and blocked_by_role; surface it as red/yellow/green status pills in Flutter.