chore: complete v1.1 milestone — Fixes & Polish

Archive v1.1 artifacts (roadmap, requirements, phases) to milestones/.
Evolve PROJECT.md with shipped requirements and new key decisions.
Reorganize ROADMAP.md with collapsed milestone groupings.
Update retrospective with v1.1 lessons.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 18:16:27 +01:00
parent 414f2b726e
commit 407fa45280
27 changed files with 201 additions and 106 deletions

View File

@@ -2,10 +2,10 @@
gsd_state_version: 1.0
milestone: v1.1
milestone_name: Fixes & Polish
status: completed
stopped_at: Completed 06-03 display component icon migration
last_updated: "2026-03-15T17:04:22.268Z"
last_activity: 2026-03-15 -- Completed 06-03 display component icon migration
status: shipped
stopped_at: v1.1 milestone completed and archived
last_updated: "2026-03-15T17:15:00.000Z"
last_activity: 2026-03-15 -- Shipped v1.1 Fixes & Polish milestone
progress:
total_phases: 3
completed_phases: 3
@@ -21,35 +21,21 @@ progress:
See: .planning/PROJECT.md (updated 2026-03-15)
**Core value:** Make it effortless to manage gear and plan new purchases -- see how a potential buy affects your total setup weight and cost before committing.
**Current focus:** Phase 6 - Category Icons
**Current focus:** Planning next milestone
## Current Position
Phase: 6 of 6 (Category Icons)
Plan: 3 of 3 in current phase
Status: Complete
Last activity: 2026-03-15 -- Completed 06-03 display component icon migration
Milestone: v1.1 Fixes & Polish -- SHIPPED
All phases complete. No active milestone.
Last activity: 2026-03-15 -- Shipped v1.1
Progress: [██████████] 100% (v1.1 phases)
Progress: [██████████] 100% (v1.1 shipped)
## Accumulated Context
### Decisions
- Stay with SQLite -- single-user app, Postgres adds unnecessary complexity
- Lucide Icons for category icons -- best outdoor/gear coverage
- categoryId on threads is NOT NULL with FK to categories -- every thread belongs to a category
- [Phase 04]: Modal dialog for thread creation instead of inline form -- cleaner UX, supports category selection
- [Phase 04]: Educational empty state with numbered workflow steps -- helps new users understand planning flow
- [Phase 04]: Pill tab segment control for Active/Resolved -- replaces checkbox, more intuitive
- [Phase 05]: Image bug root cause: Zod schemas missing imageFilename -- validator silently stripped it from payloads
- [Phase 05]: Inline SVGs instead of lucide-react -- only 3 icons needed, avoids dependency
- [Phase 05]: Setup detail page only uses ItemCard grid -- no separate thumbnail component needed
- [Phase 06]: ALTER TABLE RENAME COLUMN for SQLite migration instead of table recreation
- [Phase 06]: Applied migration via Bun SQLite API since drizzle-kit requires interactive input
- [Phase 06]: 119 curated Lucide icons across 8 groups for gear coverage
- [Phase 06]: Native HTML select cannot render React components -- category selects show name only
- [Phase 06]: iconData.ts renamed to iconData.tsx -- contains JSX, required for production build
(Full decision log archived in PROJECT.md Key Decisions table)
### Pending Todos
@@ -57,12 +43,10 @@ Progress: [██████████] 100% (v1.1 phases)
### Blockers/Concerns
- `threads` table missing from database (schema exists, never pushed) -- Phase 4
- ~~Images upload but don't display in UI -- Phase 5~~ FIXED in 05-01
- ~~Category emoji system being replaced with Lucide icons -- Phase 6~~ COMPLETE
None active.
## Session Continuity
Last session: 2026-03-15T16:59:16.000Z
Stopped at: Completed 06-03 display component icon migration
Resume file: .planning/phases/06-category-icons/06-03-SUMMARY.md
Last session: 2026-03-15T17:15:00.000Z
Stopped at: v1.1 milestone completed and archived
Resume file: None