Complete developer-ready screen spec for the Persons section redesign. Covers the person list, detail view (2-column layout), edit form (dedicated route), new person form, and all edge cases. Every screen, state, and entity is specified. A developer should be able to implement the full feature from this spec alone.
/persons/[id]/edit — removes in-place toggle; PersonCard is view-only; edit state no longer lives in $state on the detail page.persons.length + totalDocs — requires documentCount field on PersonDTO (or computed client-side from separate query).PLACEHOLDER → "Scan pending" — Scan pending (amber chip)UPLOADED → "Uploaded" — Uploaded (navy chip)TRANSCRIBED → "Transcribed" — Transcribed (blue chip)REVIEWED → "Reviewed" — Reviewed (mint chip)ARCHIVED → "Archived" — Archived (green chip)