☀️ Morning Brief

Sunday, May 17, 2026

Weekend Work Exception Card DailyReportr+

Weekend work is where daily logs get thin: smaller crews, odd hours, and higher dispute risk. Add a Sunday/after-hours card that prompts for crew count, reason for work, access constraints, and “who authorized it.”

💡 How: Use a Flutter conditional section keyed off report date/time; store work_exception_type, authorizer, and supporting photos in Supabase so PDF exports show the exception cleanly.

Spec-to-Submittal Coverage Map Buildr+

Buildr+ is strong on RFIs/submittals; the next useful layer is showing which spec sections still have no matching submittal or open reviewer path. That gives PMs a simple preconstruction risk view before gaps become schedule problems.

💡 How: Add spec_sections + submittal_spec_links tables, then render a grouped Flutter list with coverage badges: missing, submitted, returned, approved, overdue.

Access Constraint Snapshot Inspectr+

Field inspections often fail because the issue is not workmanship — it is access, safety, traffic control, or another trade blocking the area. Add a quick “blocked by” snapshot so failed/partial inspections produce actionable coordination data.

💡 How: Add a bottom-sheet picker for constraint type, photo, responsible party, and next action; aggregate by area in Supabase for a simple weekly blocker chart.