docs(01): create phase plan

This commit is contained in:
2026-03-14 22:27:00 +01:00
parent bbe4ac2b29
commit 5558381e09
5 changed files with 845 additions and 4 deletions

View File

@@ -28,11 +28,13 @@ Decimal phases appear between their surrounding integers in numeric order.
3. User can create, rename, and delete categories, and every item belongs to a user-defined category
4. User can see automatic weight and cost totals per category and for the entire collection
5. The app runs as a single Bun process with SQLite storage and serves a clean, minimalist UI
**Plans**: TBD
**Plans:** 4 plans
Plans:
- [ ] 01-01: TBD
- [ ] 01-02: TBD
- [ ] 01-01-PLAN.md — Project scaffolding, DB schema, shared schemas, and test infrastructure
- [ ] 01-02-PLAN.md — Backend API: item CRUD, category CRUD, totals, image upload with tests
- [ ] 01-03-PLAN.md — Frontend collection UI: card grid, slide-out panel, category picker, totals bar
- [ ] 01-04-PLAN.md — Onboarding wizard and visual verification checkpoint
### Phase 2: Planning Threads
**Goal**: Users can research potential purchases through planning threads — adding candidates, comparing them, and resolving a thread by picking a winner that moves into their collection
@@ -71,6 +73,6 @@ Phases execute in numeric order: 1 -> 2 -> 3
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. Foundation and Collection | 0/0 | Not started | - |
| 1. Foundation and Collection | 0/4 | Planning complete | - |
| 2. Planning Threads | 0/0 | Not started | - |
| 3. Setups and Dashboard | 0/0 | Not started | - |