Bootstrap project and safe work-item workflow

This commit is contained in:
2026-07-13 13:51:41 +02:00
commit 80447092e9
90 changed files with 10562 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# US01-06 — Review Inventory and Duplicates in the Browser
Epic: [E01](../E01-shared-identity-inventory.md)
As a user, I want to browse inventory and compare duplicate candidates visually so I
can make informed canonical decisions.
## Acceptance criteria
- Inventory lists are paged, filterable, keyboard accessible, and use stable URLs.
- Duplicate comparison shows oriented previews, metadata evidence, confidence, and
synchronized comparison controls.
- Fuzzy decisions require explicit confirmation; stale versions receive a visible
conflict and never mutate state.
- Reloading restores the selected view and persisted decisions.
## Automated tests
- Component tests cover state, routing, and API error presentation.
- Playwright tests cover keyboard review, fuzzy confirmation, stale conflicts, and
persistence after reload.
## Dependencies
- US01-04, US01-05