docs: start milestone v1.1 Fixes & Polish

This commit is contained in:
2026-03-15 16:06:06 +01:00
parent 261c1f9d02
commit c348c65369
2 changed files with 41 additions and 22 deletions

View File

@@ -24,6 +24,20 @@ Make it effortless to manage gear and plan new purchases — see how a potential
### Active
## Current Milestone: v1.1 Fixes & Polish
**Goal:** Fix broken functionality, improve image handling UX, and replace emoji categories with icon picker.
**Target features:**
- Fix thread creation (missing database table)
- Fix image display (uploaded but not rendering)
- Redesign image upload UX (image preview with placeholder icon)
- Display images on gear cards
- Improve planning tab empty state
- Replace emoji categories with Lucide icon picker
### Future
- [ ] Search items by name and filter by category
- [ ] Side-by-side candidate comparison on weight and price
- [ ] Candidate status tracking (researching → ordered → arrived)
@@ -77,4 +91,8 @@ Replaces spreadsheet-based gear tracking workflow.
| Onboarding state in SQLite settings | Source of truth in DB, not Zustand | ✓ Good |
---
*Last updated: 2026-03-15 after v1.0 milestone*
| Lucide Icons for categories | Best outdoor/gear icon coverage, tree-shakeable, clean style | — Pending |
| Stay with SQLite | Single-user app, no need for Postgres complexity | ✓ Good |
---
*Last updated: 2026-03-15 after v1.1 milestone start*