docs: start milestone v1.2 Collection Power-Ups
This commit is contained in:
@@ -28,28 +28,32 @@ Make it effortless to manage gear and plan new purchases — see how a potential
|
|||||||
- ✓ Lucide icon picker for categories (119 curated icons, 8 groups) — v1.1
|
- ✓ Lucide icon picker for categories (119 curated icons, 8 groups) — v1.1
|
||||||
- ✓ Automatic emoji-to-Lucide icon migration for existing categories — v1.1
|
- ✓ Automatic emoji-to-Lucide icon migration for existing categories — v1.1
|
||||||
|
|
||||||
### Active
|
### Active — v1.2 Collection Power-Ups
|
||||||
|
|
||||||
(No active milestone — use `/gsd:new-milestone` to start next)
|
**Goal:** Make core gear management significantly more useful as collections grow — better search, proper weight classification, richer planning threads.
|
||||||
|
|
||||||
|
**Target features:**
|
||||||
|
- Search items by name and filter by category
|
||||||
|
- Classify items as base weight, worn, or consumable per setup
|
||||||
|
- Weight distribution visualization (chart by category/classification)
|
||||||
|
- Candidate status tracking (researching → ordered → arrived)
|
||||||
|
- Weight unit selection (g, oz, lb, kg)
|
||||||
|
- Planning category filter with icon-aware dropdown
|
||||||
|
|
||||||
### Future
|
### Future
|
||||||
|
|
||||||
- [ ] Search items by name and filter by category
|
|
||||||
- [ ] Side-by-side candidate comparison on weight and price
|
- [ ] Side-by-side candidate comparison on weight and price
|
||||||
- [ ] Candidate status tracking (researching → ordered → arrived)
|
|
||||||
- [ ] Candidate ranking/prioritization within threads
|
- [ ] Candidate ranking/prioritization within threads
|
||||||
- [ ] Impact preview: how a candidate affects setup weight/cost
|
- [ ] Impact preview: how a candidate affects setup weight/cost
|
||||||
- [ ] Weight unit selection (g, oz, lb, kg)
|
|
||||||
- [ ] CSV import/export for gear collections
|
- [ ] CSV import/export for gear collections
|
||||||
- [ ] Weight distribution visualization (pie/bar chart by category)
|
- [ ] Multi-user accounts with authentication
|
||||||
- [ ] Classify items as base weight, worn, or consumable per setup
|
- [ ] Collection sharing and social features (public profiles, shared setups)
|
||||||
|
- [ ] Auto-fill product information (price, weight, images) from external sources
|
||||||
|
|
||||||
### Out of Scope
|
### Out of Scope
|
||||||
|
|
||||||
- Authentication / multi-user — single user for v1, no login needed
|
|
||||||
- Custom comparison parameters — complexity trap, weight/price covers 80% of cases
|
- Custom comparison parameters — complexity trap, weight/price covers 80% of cases
|
||||||
- Mobile native app — web-first, responsive design sufficient
|
- Mobile native app — web-first, responsive design sufficient
|
||||||
- Social/sharing features — different product, defer to v2+
|
|
||||||
- Price tracking / deal alerts — requires scraping, fragile
|
- Price tracking / deal alerts — requires scraping, fragile
|
||||||
- Barcode scanning / product database — requires external database
|
- Barcode scanning / product database — requires external database
|
||||||
- Community gear database — requires moderation, accounts
|
- Community gear database — requires moderation, accounts
|
||||||
@@ -94,4 +98,4 @@ Replaces spreadsheet-based gear tracking workflow.
|
|||||||
| ALTER TABLE RENAME COLUMN for SQLite | Simpler than table recreation for column rename | ✓ Good |
|
| ALTER TABLE RENAME COLUMN for SQLite | Simpler than table recreation for column rename | ✓ Good |
|
||||||
|
|
||||||
---
|
---
|
||||||
*Last updated: 2026-03-15 after v1.1 milestone completion*
|
*Last updated: 2026-03-16 after v1.2 milestone start*
|
||||||
|
|||||||
@@ -1,35 +1,36 @@
|
|||||||
---
|
---
|
||||||
gsd_state_version: 1.0
|
gsd_state_version: 1.0
|
||||||
milestone: v1.1
|
milestone: v1.2
|
||||||
milestone_name: Fixes & Polish
|
milestone_name: Collection Power-Ups
|
||||||
status: shipped
|
status: defining_requirements
|
||||||
stopped_at: v1.1 milestone completed and archived
|
stopped_at: Defining requirements for v1.2
|
||||||
last_updated: "2026-03-15T17:15:00.000Z"
|
last_updated: "2026-03-16T00:00:00.000Z"
|
||||||
last_activity: 2026-03-15 -- Shipped v1.1 Fixes & Polish milestone
|
last_activity: 2026-03-16 -- Milestone v1.2 started
|
||||||
progress:
|
progress:
|
||||||
total_phases: 3
|
total_phases: 0
|
||||||
completed_phases: 3
|
completed_phases: 0
|
||||||
total_plans: 7
|
total_plans: 0
|
||||||
completed_plans: 7
|
completed_plans: 0
|
||||||
percent: 100
|
percent: 0
|
||||||
---
|
---
|
||||||
|
|
||||||
# Project State
|
# Project State
|
||||||
|
|
||||||
## Project Reference
|
## Project Reference
|
||||||
|
|
||||||
See: .planning/PROJECT.md (updated 2026-03-15)
|
See: .planning/PROJECT.md (updated 2026-03-16)
|
||||||
|
|
||||||
**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.
|
**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:** Planning next milestone
|
**Current focus:** v1.2 Collection Power-Ups
|
||||||
|
|
||||||
## Current Position
|
## Current Position
|
||||||
|
|
||||||
Milestone: v1.1 Fixes & Polish -- SHIPPED
|
Phase: Not started (defining requirements)
|
||||||
All phases complete. No active milestone.
|
Plan: —
|
||||||
Last activity: 2026-03-15 -- Shipped v1.1
|
Status: Defining requirements
|
||||||
|
Last activity: 2026-03-16 — Milestone v1.2 started
|
||||||
|
|
||||||
Progress: [██████████] 100% (v1.1 shipped)
|
Progress: [░░░░░░░░░░] 0%
|
||||||
|
|
||||||
## Accumulated Context
|
## Accumulated Context
|
||||||
|
|
||||||
@@ -39,7 +40,7 @@ Progress: [██████████] 100% (v1.1 shipped)
|
|||||||
|
|
||||||
### Pending Todos
|
### Pending Todos
|
||||||
|
|
||||||
- Replace planning category filter select with icon-aware dropdown (ui)
|
- Replace planning category filter select with icon-aware dropdown (ui) — folded into v1.2
|
||||||
|
|
||||||
### Blockers/Concerns
|
### Blockers/Concerns
|
||||||
|
|
||||||
@@ -47,6 +48,6 @@ None active.
|
|||||||
|
|
||||||
## Session Continuity
|
## Session Continuity
|
||||||
|
|
||||||
Last session: 2026-03-15T17:15:00.000Z
|
Last session: 2026-03-16T00:00:00.000Z
|
||||||
Stopped at: v1.1 milestone completed and archived
|
Stopped at: Defining requirements for v1.2
|
||||||
Resume file: None
|
Resume file: None
|
||||||
|
|||||||
Reference in New Issue
Block a user