chore: complete v1.0 MVP milestone
Archive roadmap, requirements, and phase directories to milestones/. Evolve PROJECT.md with validated requirements and key decisions. Reorganize ROADMAP.md with milestone grouping. Delete REQUIREMENTS.md (fresh for next milestone).
This commit is contained in:
106
.planning/milestones/v1.0-REQUIREMENTS.md
Normal file
106
.planning/milestones/v1.0-REQUIREMENTS.md
Normal file
@@ -0,0 +1,106 @@
|
||||
# Requirements Archive: v1.0 MVP
|
||||
|
||||
**Archived:** 2026-03-15
|
||||
**Status:** SHIPPED
|
||||
|
||||
For current requirements, see `.planning/REQUIREMENTS.md`.
|
||||
|
||||
---
|
||||
|
||||
# Requirements: GearBox
|
||||
|
||||
**Defined:** 2026-03-14
|
||||
**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.
|
||||
|
||||
## v1 Requirements
|
||||
|
||||
Requirements for initial release. Each maps to roadmap phases.
|
||||
|
||||
### Collection
|
||||
|
||||
- [x] **COLL-01**: User can add gear items with name, weight, price, category, notes, and product link
|
||||
- [x] **COLL-02**: User can edit and delete gear items
|
||||
- [x] **COLL-03**: User can organize items into user-defined categories
|
||||
- [x] **COLL-04**: User can see automatic weight and cost totals by category and overall
|
||||
|
||||
### Planning Threads
|
||||
|
||||
- [x] **THRD-01**: User can create a planning thread with a name (e.g. "Helmet")
|
||||
- [x] **THRD-02**: User can add candidate products to a thread with weight, price, notes, and product link
|
||||
- [x] **THRD-03**: User can edit and remove candidates from a thread
|
||||
- [x] **THRD-04**: User can resolve a thread by picking a winner, which moves to their collection
|
||||
|
||||
### Setups
|
||||
|
||||
- [x] **SETP-01**: User can create named setups (e.g. "Summer Bikepacking")
|
||||
- [x] **SETP-02**: User can add/remove collection items to a setup
|
||||
- [x] **SETP-03**: User can see total weight and cost for a setup
|
||||
|
||||
### Dashboard
|
||||
|
||||
- [x] **DASH-01**: User sees a dashboard home page with cards linking to collection, threads, and setups
|
||||
|
||||
## v2 Requirements
|
||||
|
||||
Deferred to future release. Tracked but not in current roadmap.
|
||||
|
||||
### Collection Enhancements
|
||||
|
||||
- **COLL-05**: User can upload a photo per gear item
|
||||
- **COLL-06**: User can search items by name and filter by category
|
||||
- **COLL-07**: User can choose display unit for weight (g, oz, lb, kg)
|
||||
- **COLL-08**: User can import gear from CSV file
|
||||
- **COLL-09**: User can export collection to CSV
|
||||
|
||||
### Thread Enhancements
|
||||
|
||||
- **THRD-05**: User can see side-by-side comparison of candidates on weight and price
|
||||
- **THRD-06**: User can track candidate status (researching → ordered → arrived)
|
||||
- **THRD-07**: User can rank/prioritize candidates within a thread
|
||||
- **THRD-08**: User can see how a candidate would affect an existing setup's weight/cost (impact preview)
|
||||
|
||||
### Setup Enhancements
|
||||
|
||||
- **SETP-04**: User can see weight distribution visualization (pie/bar chart by category)
|
||||
- **SETP-05**: User can classify items as base weight, worn, or consumable per setup
|
||||
|
||||
## Out of Scope
|
||||
|
||||
| Feature | Reason |
|
||||
|---------|--------|
|
||||
| Authentication / multi-user | Single user for v1, no login needed |
|
||||
| Custom comparison parameters | Complexity trap, weight/price covers 80% of cases |
|
||||
| Mobile native app | Web-first, responsive design sufficient |
|
||||
| Social/sharing features | Different product, defer to v2+ |
|
||||
| Price tracking / deal alerts | Requires scraping, fragile, different product category |
|
||||
| Barcode scanning / product database | Requires external database, mobile-first feature |
|
||||
| Community gear database | Requires moderation, accounts, content management |
|
||||
| Real-time weather integration | Only relevant to outdoor-specific use, GearBox is hobby-agnostic |
|
||||
|
||||
## Traceability
|
||||
|
||||
Which phases cover which requirements. Updated during roadmap creation.
|
||||
|
||||
| Requirement | Phase | Status |
|
||||
|-------------|-------|--------|
|
||||
| COLL-01 | Phase 1 | Complete |
|
||||
| COLL-02 | Phase 1 | Complete |
|
||||
| COLL-03 | Phase 1 | Complete |
|
||||
| COLL-04 | Phase 1 | Complete |
|
||||
| THRD-01 | Phase 2 | Complete |
|
||||
| THRD-02 | Phase 2 | Complete |
|
||||
| THRD-03 | Phase 2 | Complete |
|
||||
| THRD-04 | Phase 2 | Complete |
|
||||
| SETP-01 | Phase 3 | Complete |
|
||||
| SETP-02 | Phase 3 | Complete |
|
||||
| SETP-03 | Phase 3 | Complete |
|
||||
| DASH-01 | Phase 3 | Complete |
|
||||
|
||||
**Coverage:**
|
||||
- v1 requirements: 12 total
|
||||
- Mapped to phases: 12
|
||||
- Unmapped: 0
|
||||
|
||||
---
|
||||
*Requirements defined: 2026-03-14*
|
||||
*Last updated: 2026-03-14 after roadmap creation*
|
||||
Reference in New Issue
Block a user