feat(dispatch): Day / Week / Month view toggle on the Dispatch board (MAPPS-280) #317
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!317
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-280-dispatch-week-month"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Dispatch board was day-only - any planning horizon longer than today required navigating back to the Calendar surface. Add a Day / Week / Month toggle to the toolbar (re-using the same
CalendarViewenum +ViewToggleButtoncomponent the Calendar already uses), expand the/dispatch?from=&to=data-fetch range to match the active view, and render the result through one of three grids:DispatchTimelinewith on-call banner, availability, time-off).WeekGridover the dispatch appointments - 7 columns of scheduled work, no per-technician swimlane this round (tracked as a follow-up under this ticket).MonthGrid- the existing calendar-grid summary, same appointments, scoped to the dispatch surface.Title bar reflects the active range:
Monday, March 5, 2026in Day,Mar 3 - Mar 9, 2026in Week,March 2026in Month. Previous / Next step by one day / week / month respectively. The MAPPS-302 BigDispatch route picks all of this up because it embedsDispatchBoardPagedirectly -/big/dispatch?view=weekstyle param wiring is the small follow-up that pairs the two tickets.#MAPPS-280