Epic: #31
Description
Display the full block identifier (shoulder + blade pattern) and add a capacity column to the Allocations table.
Changes
client/src/pages/Allocations.tsx:
- Column header "Shoulder" -> "Block"
- Chip label:
allocation.shoulder -> allocation.shoulder.allocation.blade_pattern
- Copy handler copies the combined identifier
- Add "Capacity" column showing
allocation.cycle_length.toLocaleString()
- Update colSpan for empty state row (5 -> 6)
Estimate
1 story point