feat(noc): Big View routes for kiosk-mounted ops-center screens (MAPPS-302) #316
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!316
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-302-noc-big-view"
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?
Three new routes -
/big/tickets,/big/dispatch,/big/calendar- rendered through a strippedBigLayout(no sidebar, no top bar, larger typography, periodic auto-refresh tick). The?refresh=<seconds>query param tunes the tick (default 30s, clamped to 5..600);?status=and?priority=pre-filter the Tickets view by name (case-insensitive match against the server's status / priorityname). Use case: bookmark/big/tickets?status=open&priority=critical&refresh=15on a TV next to the desk and the screen shows just the critical open queue, refreshing every 15 seconds.The Tickets view renders 50 most-recent tickets as large cards (number + priority badge + title + company + assignee) in a 1/2-column grid (
grid-cols-1 lg:grid-cols-2). The Dispatch / Calendar views embed the existingDispatchBoardPage/CalendarPageinsideBigLayout's wrapper - same per-technician swimlane and same month/week/day grids, just without the chrome. The header strip shows the page name on the left and a "Last updatedCompanion to MAPPS-280 (Dispatch week/month views): the
use_periodic_tick+read_refresh_secondshelpers are reusable; once 280 lands its view-mode toggle,/big/dispatch?view=weekwill Just Work.#MAPPS-302