Cleanup path for confirmed persons that have no usable name #685
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Follow-up flagged in the review of PR #679 (Phase 5 persons directory, #667) — Elicit (requirements).
The triage flow lets a transcriber confirm a provisional person (clears
provisional). But a person can end up confirmed (provisional = false) yet have no usable name — e.g. a literal "?", an empty/whitespace name, or anUNKNOWN-type placeholder that was confirmed by mistake. Once confirmed, it drops out of the "Needs review" triage list (which filtersprovisional = true), so there is no surface to find or clean these up — they linger in the directory with a placeholder avatar and no name.Suggested approach
Out of scope / notes