Jobs and Issues
The Jobs and Issues view is the JIRA-style kanban board for mechanical jobs, engineering tasks, and live issues during an event.
Find it at Event → Jobs & Issues. Route:
/events/:eventId/jobs.
Board layout
The default board has columns:
- To Do — newly reported jobs
- In Progress — being worked on
- Blocked — waiting on a part / decision
- Done — completed this event
Each card carries:
- Title and free-text description
- Priority (P0 / P1 / P2 / P3)
- Assignee
- Type (mechanical / electrical / aero / strategy / data / other)
- Optional photo attachment
- Comments
What you can do today
- Full CRUD via
/board-cards - Drag-and-drop cards between columns (optimistic update + PATCH)
- Filter by priority / type / assignee
- See seeded cards across all four columns
What's coming
- Real-time multi-user drag-and-drop (today it's optimistic but not yet pushed to other clients via WebSocket)
- Team-defined columns and workflows — today the columns are fixed
- Swimlanes by car / driver / mechanic
- Cross-event Global Issue List — issues that persist across events (HH-DM has this)
- iPad-optimised "report new issue" flow for mechanics