docs: complete milestone v1.0 archival

- Archive roadmap, requirements, and audit to .planning/milestones/
- Update PROJECT.md with validated requirements and decisions
- Reset STATE.md for next milestone cycle
- Create MILESTONES.md for project history

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Richter
2026-02-01 16:07:53 +01:00
parent 8793e155d6
commit 37023b2605
6 changed files with 239 additions and 110 deletions

View File

@@ -10,19 +10,19 @@ Capture and find anything from any device — especially laptop. If cross-device
## Requirements
### Validated
### Validated (v1.0 - Shipped 2026-02-01)
(None yet — ship to validate)
- [x] Capture tasks and thoughts from any device via web browser
- [x] Distinguish between tasks (actionable) and thoughts (reference)
- [x] Attach images to entries (from file upload or camera)
- [x] Organize entries with tags (emergent, not predefined categories)
- [x] Find entries by tag, time, or search
- [x] Add notes to existing entries
- [x] Digitize paper notes by photographing and tagging them
### Active
- [ ] Capture tasks and thoughts from any device via web browser
- [ ] Distinguish between tasks (actionable) and thoughts (reference)
- [ ] Attach images to entries (from file upload or camera)
- [ ] Organize entries with tags (emergent, not predefined categories)
- [ ] Find entries by tag, time, or search
- [ ] Add notes to existing entries
- [ ] Digitize paper notes by photographing and tagging them
(None — see v2 candidates in `.planning/milestones/v1.0-REQUIREMENTS.md`)
### Out of Scope
@@ -59,9 +59,13 @@ This project solves a real problem while serving as a vehicle for learning new a
| Decision | Rationale | Outcome |
|----------|-----------|---------|
| Web app over native | Works on all devices including laptop without app stores | — Pending |
| Tags over folders | Flexible organization, items can have multiple tags | — Pending |
| Images from day one | Core need is digitizing paper notes | — Pending |
| Web app over native | Works on all devices including laptop without app stores | ✓ Validated |
| Tags over folders | Flexible organization, items can have multiple tags | ✓ Validated |
| Images from day one | Core need is digitizing paper notes | ✓ Validated |
| Tailwind CSS v4 | Modern utility-first CSS with Vite plugin | ✓ Validated |
| SQLite with WAL mode | Simple, fast, concurrent reads for single-user | ✓ Validated |
| Repository pattern | Clean data access, testable, singleton instances | ✓ Validated |
| adapter-node for Docker | Server-side rendering with env prefix support | ✓ Validated |
---
*Last updated: 2026-01-29 after initialization*
*Last updated: 2026-02-01 after v1.0 milestone completion*