Calendar Week View — Event Block Lines (2026-08-03)
Field Inspections calendar, week grid view (WeekGridView in
portal-v2/src/pages/CalendarPage.tsx, commit 2dd5105).
Event blocks now show, in order:
- Appointment time
- House number + street
- City, State (zip stripped via
cityStateOnly()helper) - Branch · Jurisdiction (jurisdiction from event description)
Removed from this view: inspector name (assigned_tech) and truncated
SOW summary (sow_summary). Requested by Dustin. Month view, day view,
and the month-view side panel are unchanged. WeekGridView is shared with
the PPDR calendar, so its week view inherits the same layout.
Related: ppdr-calendar-split