feat(calendar): appointment templates + dispatch discoverability + in-screen help (MAPPS-253) #276
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-253-appointment-templates"
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?
Adds a reusable-template workflow to the appointment create/edit dialog (
AppointmentFormModal, MAPPS-253), building on the MAPPS-252 start-time + duration model: a template picker to start a new appointment from a saved shape, template management (create/save/remove), dispatch-board discoverability so the flow is reachable from both the calendar and dispatch surfaces, and in-screen help that explains the form. Client-side template DTOs live insrc/modules/calendar/models.rs(mirroring the wire shapes); supporting icons and small layout wiring were added. Verified green in the dev container (fmt, clippy -D warnings, wasm check, 162 tests).#MAPPS-253