Thomas Richter
|
b0ebe674ad
|
docs: define v1 requirements
31 requirements across 8 categories:
- Core (6): CRUD, task/thought distinction, completion
- Images (4): attachments, camera capture, view/remove
- Tags (4): add/remove, autocomplete, case-insensitive
- Organization (3): pin/favorite, due dates
- Search (4): full-text, tag filter, date filter, type filter
- Capture (3): quick capture mode
- UX (3): mobile, readable fonts, browser support
- Deployment (4): Docker, env config, volumes
10 requirements deferred to v2
11 features explicitly out of scope
|
2026-01-29 03:57:15 +01:00 |
|
Thomas Richter
|
4e7c20b3ad
|
docs: complete project research
Files:
- STACK.md - SvelteKit + SQLite + TypeScript stack recommendation
- FEATURES.md - Feature landscape with MVP definition
- ARCHITECTURE.md - Modular monolith architecture with repository pattern
- PITFALLS.md - Critical pitfalls and prevention strategies
- SUMMARY.md - Executive synthesis with roadmap implications
Key findings:
- Stack: SvelteKit 2.50.x + Svelte 5.49.x with SQLite and better-sqlite3 for single-user simplicity
- Architecture: Modular monolith with content-addressable image storage, FTS5 for search
- Critical pitfall: Store images on filesystem (not DB) from Phase 1 to avoid painful migration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 03:38:41 +01:00 |
|