Terrier mix · ~8 mo · F
Components · Workflow
The pipeline as columns. Each case is a draggable card that moves left-to-right through Intake → Vetting → Placed; every column shows a count pill (and a WIP limit where one applies), cards carry a priority + tag chips and their assignee avatar. One card is caught mid-drag — lifted onto the overlay shadow and tilted — with a dashed drop placeholder marking where it lands in the target column.
Terrier mix · ~8 mo · F
Hound · ~5 yr · F
Beagle mix · ~2 yr · M
Lab mix · ~3 yr · M
Shepherd · ~4 yr · F
Dachshund · ~7 yr · M
Pit mix · ~2 yr · F
Marmalade (RC-2307) is being dragged from Intake — .is-dragging lifts it onto --elev-overlay, tilts it 2°, and rings it in accent (aria-grabbed="true"). Vetting is the drop target (accent-ringed column + a dashed Drop here placeholder), and its WIP 2/4 shows headroom. Willow is pinned to :hover; hover any card to see the real lift.
Column[] — { id, title, dot, wip? } with a live count pill of its cards and an optional WIP limit (2/4, turning warn when exceeded). A column is the drop container.Card = { id, name, meta, priority, tags[], assignee, date } on a surface-2 tile with a grip affordance, cursor:grab, and a hover lift to --elev-overlay. Priority + tags are status-tinted chips..is-dragging raises the picked-up card (overlay shadow + 2° tilt + accent ring, aria-grabbed); the target column adds .is-drop-target and renders a dashed drop placeholder at the insertion index.title = full name); the currently-active owner reads on the accent face. Cards keep a stable RC-#### id chip so a moved card stays identifiable.<section>; cards are focusable (tabindex="0") so a keyboard user can move them without a mouse. Priority is a text chip, never color alone.Source · workflow family (src/components/ds/workflow) — the board view for the case pipeline; cards compose the Surface primitive (tone surface-2, overlay elevation while dragging) + status chips from globals.css tokens. The drag itself is wired at the app layer; this is the presentational board.