Decade-first triage mode #116
Loading…
Reference in a new issue
No description provided.
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?
Severity: MEDIUM
The idea
A rapid first-pass mode: the photo fills the screen, and one keystroke per photo assigns a decade —
5/6/7/8/9 for the decade,
ufor unknown,jfor junk. Roughly 2-3 seconds per photo, producingdecade-precision evidence or
needs_reviewdecisions.Why it fits
The range-plus-precision data model was built for exactly this. Coarse human bounds everywhere
beat precise dates somewhere: they cap the AI prior, seed constraint propagation, and make the
histogram meaningful early. It also gives a psychologically completable first lap over a collection
that would otherwise feel endless.
Scope
source=manual,source_subtype=triage.jroutes to the photo-exclusion path (#106).Honest assessment
Overlaps with what keyboard shortcuts (#45) plus good queue navigation already provide; the genuine
increment is the one-keystroke coarse-decision semantics. Worth it if you expect to personally do a
full pass; skippable if AI plus propagation prove accurate enough that most photos arrive with a
good suggestion.
Done when
References
docs/circa-spec.md(range and precision model)Depends on: #95, #45, #106.