Expand the album model with explicit ordering #18
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?
Context
The
Albummodel landed in v0.1.0 as the minimal version the Phase 1 plan asked for.Constraint propagation — the feature that makes dating a large collection tractable —
needs real album structure: ordered position, and the notion that physical album order
carries chronological meaning.
Scope
Expand the album model with explicit ordering, and build the album view.
Implementation notes
filename sequence number: rescans, insertions, and corrections all break it, and the
ordering needs to survive them.
album — sparse integers or fractional ranks.
stale derived dates that silently outlive the ordering they came from would be worse
than no derived dates at all.
Done when
References
backend/app/models/models.py(Album, currently minimal)docs/circa-spec.mdPhase 2Blocks: group constraint propagation.