PR7: Metadata enrichment scan respects UI sort order (DR-014) #17
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#17
Loading…
Add table
Add a link
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
DR-014 (issue #15) specifies:
Current behavior
Both discovery and metadata workers iterate in
os.scandirpresentation order. PR5 grid uses directImageListModelwithout sort UI yet.Scope
ScanWorker/ scanner queue ordered by active sort keydataChanged/proxyinvalidateas needed when sort affects visible orderDependencies
QSortFilterProxyModel+ filmstrip sync (DR-014)References
docs/DECISIONS.mdDR-014docs/DESIGN.mdPR7, decision gate #6Blocks
Non-blocking for PR5 merge; should land with or before PR7 viewer/filmstrip.
PR7 complete — this issue stays open
PR7 (merged in commit on
main) delivered the #19 UI shell, including:ImageFilterProxyon the grid for Trash (DELETE-only) and tag-filter stubNot in PR7 scope (actionable here): metadata enrichment scan queue ordered by active UI sort + mid-scan reorder per DR-014. Scan workers still use discovery/filesystem order for metadata batches.
Plan: implement sort-aware metadata queue when sort apply and/or full sort proxy land (PR8/PR9). Leaving #17 open until that work is done.