Tanstack Start
Maintenance & work ordersOperations & links

Service tasks

Service task list screen at /dashboard/maintenance/service-task.

Open the screen

Navigate to /dashboard/maintenance/service-task with Maintenance access.

What you see

  • Service Tasks List table with pagination (default page size 10).
  • Toolbar Filter (button only in the reviewed route) and New Service Task.

Add and edit dialogs

  • New Service Task opens AddServiceTaskDialog; submit shows a success toast and closes the dialog in the reviewed build.
  • Edit from the row flow opens EditServiceTaskDialog with the selected row; submit logs to the console and shows a toast.

Delete

Row delete shows a success toast; table data is regenerated from mock generators on mount, so changes do not survive a full page reload in the reviewed code.

📌 Note: This screen is not backed by the vehicles API or a dedicated REST module in sass-console as reviewed. Document it as a UI reference only; skip it in runbooks that require persisted service tasks until your environment confirms otherwise.

On this page