☀️ Morning Brief

Tuesday, June 9, 2026

Plan Sheet Freshness Badge Buildr+

Flag whether an RFI, submittal, or meeting item is tied to the current drawing revision or an older sheet. It reduces field confusion when teams are moving fast with cached or offline plan sets.

💡 How: Add a drawing_revisions table in Supabase, store linked sheet IDs on records, and show a small green/yellow/red freshness chip in Flutter list rows.

Closeout Gap Inbox Closr+

Show a simple inbox of missing turnover items by spec section: O&M manual, warranty, attic stock, training signoff, test report, or as-built. This turns closeout from a late scramble into a daily queue.

💡 How: Model required deliverables as Supabase rows per project/spec section, then use a filtered Flutter ListView grouped by responsible contractor and due status.

Inspector Accessibility Mode Inspectr+

Add a high-contrast, big-target inspection mode for field use in sun, gloves, older devices, and quick walkdowns. It is a practical differentiator because mobile construction tools still win on field trust, not feature count.

💡 How: Add a settings toggle that swaps to larger form controls, stronger contrast tokens, and bottom-sheet actions using Flutter ThemeExtension.