Thursday, June 4, 2026 — 12:00 PM PT
Dominique shipped Submittal Route Preview (v3.26.0) — yesterday’s afternoon brief idea #3 and June 3 morning brief idea #3, built in under 18 hours. A pre-send quality gate that shows the full routing path before a user submits: each reviewer in sequence with their role and due duration, required attachments with missing-file warnings, auto-calculated deadline based on review durations, and a “ready to send” checklist that blocks submission until all requirements are met. This completes BuildrPlus’s submittal lifecycle — the first feature that operates before a submittal is sent, complementing the 5 post-send features shipped over the past 3 weeks (Auto-Deadline Calculator, Exception Digest, Review Watchlist, Aging Tracker, Bulk Status Update). Howard-1 reviewed clean — no fixes needed.
feature/nightly-20260604Katey/Howard-3 shipped Crew & Equipment Recall (v2.31.0) — yesterday’s afternoon brief builder assignment and June 3 morning brief idea #2. The daily report wizard now remembers the last crews, equipment, weather conditions, and work areas used on a project, then offers them as one-tap chips the next morning. Includes a “copy yesterday” action with required confirmation before submit, plus a local Flutter cache backed by Supabase project defaults. This directly reduces the repetitive typing that field superintendents face every morning and makes reports more consistent across the team. Howard-1 reviewed clean.
feature/nightly2-20260604No new commits overnight. Last feature: June 3, Closeout Evidence Matrix (v2.29.0) by Dominique — 1-day gap.
No new commits overnight. Last feature: June 3, Sync Health Receipt (v4.47.0) by Katey — 1-day gap.
prefer_const_constructors lint). The persistent assets/images/ missing-directory warning remains in DailyReportr+. Dominant lint debt across all apps: deprecated_member_use (withOpacity) and require_trailing_commas.
Both builders shipped their assigned ideas overnight: Dominique built the Submittal Route Preview (Buildr+, yesterday’s afternoon idea #3) and Katey built the Crew & Equipment Recall (DailyReportr+, yesterday’s assignment). Both features were proposed in the June 3 morning brief and built within 24 hours — the fastest idea-to-production cycle yet. Running total: 15 of 20 afternoon-brief ideas converted to production (75% conversion rate). Unbuilt: Repeat Defect Radar (3 days, carried since June 1) and Closeout Completion Forecast (1 day, proposed yesterday). The morning briefs also proposed both features independently on June 3, confirming the pipeline is surfacing ideas that the builders organically agree with.
With the Submittal Route Preview shipping tonight, Buildr+ now covers the full submittal lifecycle from preparation to resolution: Route Preview (pre-send quality gate) → Auto-Deadline Calculator (schedule) → Review Watchlist (tracking) → Aging Tracker (overdue alerts) → Exception Digest (exceptions) → Bulk Status Update (batch ops). This is 6 submittal features in 3 weeks. The morning briefs are still surfacing post-approval ideas — today’s “RFI/Submittal Aging Signal” and June 2’s “Submittal Commitment Tracker” (install dates, warranty terms from approved submittals) — suggesting the next frontier is submittal-to-field commitment traceability.
Today’s morning brief proposed Plan Sheet Jump Links (Inspectr+/DailyReportr+) — tappable references from punch items and daily logs to relevant drawings, specs, or photos. June 2 proposed Field Condition Delta (DailyReportr+ → Inspectr+) and Turnover Gap Guard (Buildr+ → Closr+). The Submittal-to-Closeout Reuse Map (June 1) and Evidence Matrix (June 3) proved cross-app data bridges work. The next logical step is field-to-drawing linking — connecting daily observations and inspection items back to the plan sheets they reference.
A dashboard card that analyzes inspection items across recent walk sessions to detect recurring defect patterns: same location flagged repeatedly, same subcontractor accumulating similar deficiencies, or same defect type (e.g., “fire-stopping incomplete”) appearing across multiple floors or units. Displays a compact radar view with badges — “3 repeat locations,” “2 contractors with patterns” — each expandable into a detail list with links to the source inspection items. Helps inspectors and PMs prioritize systemic issues over one-off findings and bring data-backed evidence to subcontractor conversations.
Why now: Carried forward for the third consecutive day — the oldest unbuilt idea in the pipeline. Inspectr+ has shipped 4 features in 2 weeks (Photo Capture QA Gate, Signal-Loss Walk Mode, Field AI Triage Queue, Sync Health Receipt) but has zero trend or analytics features despite capturing rich structured data. Procore’s upcoming Innovation Summit (June 17) will showcase AI agents that cross-reference specs and drawings; our Repeat Defect Radar applies the same “find patterns humans miss” principle to inspection data, an area where Procore has no announced AI agent.
RepeatDefectService queries inspection items from the last 30 days, groups by (location + category), (contractor + category), and (category alone), flags groups with count ≥ 2 as clusters. RepeatDefectCluster model with clusterType, key, items list, count, severity. RepeatDefectRadarCard widget shows badge row on the project dashboard with expandable tiles. repeat_defect_provider.dart as FutureProvider.family(projectId). All local computation — no Supabase views needed, queries against existing Drift tables.
A burndown-style chart on the project dashboard that uses the current evidence collection velocity to project when 100% closeout will be achieved. Tracks daily completion rate across all evidence types (warranties, O&M manuals, as-builts, certificates, training records, test reports), shows a trend line of items resolved per week, and displays a projected completion date with confidence bands. A summary card shows “At current pace: 100% by July 18” or “Slowing — 3 items/week vs. 7 last week.” Tapping the chart reveals the bottleneck breakdown: which evidence types and responsible parties are dragging the forecast.
Why now: Carried forward from yesterday. The Evidence Matrix (shipped June 3) gives Closr+ its first spec-section × document-type view of completeness. The Completion Forecast is the time dimension that the matrix needs: the matrix answers “what’s missing?” while the forecast answers “when will we be done?” Together they give PMs a complete story for owner reporting. Autodesk Forma’s May 2026 release added As-Built Export with photo albums for closeout — their focus is on delivering closeout docs; our Completion Forecast focuses on predicting when they’ll be ready, a higher-value insight for owners.
CompletionForecastService queries evidence matrix items, groups by date resolved, computes rolling 7-day and 14-day velocity, projects remaining items ÷ velocity for estimated completion date. CompletionForecastModel with totalItems, completedItems, dailyVelocity, projectedDate, bottlenecks. CompletionForecastCard on dashboard with mini sparkline and projected date. CompletionForecastPage with full burndown chart using fl_chart (already a Closr+ dependency). completion_forecast_provider.dart as FutureProvider.family(projectId).
A chronological visual timeline of all photos attached to daily reports for a given area or work zone, letting PMs scrub through progress photos over days and weeks to visually track construction progress. Each timeline node shows the date, report author, photo thumbnail, and associated notes. Filter by zone, trade, or date range. A “compare” mode places two dates side-by-side for before/after views. Export a selected range as a PDF progress pack for owner or stakeholder distribution. This turns scattered per-report photos into a continuous visual record of how the jobsite evolved.
Why now: DailyReportr+ already has Photo Annotation Markup (May 23) and Photo Proof Pack Export (May 7), but both operate on individual reports. The Photo Evidence Timeline operates across reports, creating the longitudinal view that owners and claims managers need. Autodesk Forma’s May 2026 release added As-Built Export with photo albums organized by album — their approach is static export; ours is an interactive, filterable timeline that works offline. With the Crew & Equipment Recall just shipped tonight making daily report creation faster, more reports will mean more photos, increasing the value of a cross-report photo view.
PhotoTimelineService queries report_photos joined with daily_reports and work_areas, groups by date and zone, returns a chronological list. PhotoTimelineModel with date, zone, photos list (thumbnail URL, full URL, caption, author). PhotoTimelinePage with a scrollable vertical timeline using timeline_tile or custom painter. PhotoCompareSheet bottom sheet with side-by-side image view. Export via pdf package to generate a progress pack. photo_timeline_provider.dart as FutureProvider.family((projectId, zoneFilter)).
Procore: Innovation Summit Preview (June 17) — Procore announced a virtual Innovation Summit for June 17 showcasing unified workflows and data-driven insights. Key preview: Modernized Submittals List View in open beta, transforming the Submittals tool from a static list into a “dynamic command center” with streamlined workflow and less manual entry. Also: Connected Submittals in open beta — downstream partners auto-receive synchronized, read-only copies of upstream submittals so everyone builds from the same approved specs. Customers from Commodore Builders, Skanska USA, and Willmar Electric on panel. (source)
Autodesk Forma: May 2026 Construction Releases — Submittals now support custom fields (beta) with text, numbers, dates, and multi-select. Due dates can now pull business days from the Schedule tool instead of calendar days. As-Built Export now supports photo albums from the enhanced photos experience, organized by album for delivering site photos, inspections, and progress documentation as part of project closeout. Workplan adds task comments with mentions and notifications. (source)
Procore Connect: Interconnected Network — New infrastructure enabling owners, GCs, and subcontractors to link Procore projects and share data bidirectionally. European CDE launching in UK/Ireland with ISO 19650 compliance; EU Data Zone planned for fall 2026. This moves Procore from single-company tool to a construction network. (source)
Dominique hasn’t built Inspectr+ since May 20 (Inspector Route Pack, 15 days ago) — the longest builder-app gap in the system. Tonight Dominique built Buildr+; yesterday, Closr+. Suggest building the Repeat Defect Radar (idea #1) — carried forward for the third consecutive day and the oldest unbuilt idea in the pipeline. This would give Inspectr+ its first analytics feature, a major differentiator against Fieldwire and Procore’s inspection modules.
Katey hasn’t built Closr+ since May 20 (Closeout Exposure Aging Buckets, 15 days ago) — tied for the longest builder-app gap. Tonight Katey built DailyReportr+; yesterday, Inspectr+. Suggest building the Closeout Completion Forecast (idea #2) — the time-based complement to the Evidence Matrix that Dominique shipped yesterday. The matrix shows what’s missing; the forecast shows when it’ll be done. Together they give PMs a complete readiness trajectory for owner reporting.