Tasks completed: 2/2 - Install svelte-gestures and implement swipe-to-delete - Mobile UX verification (checkpoint approved) Phase 2 Core CRUD complete. SUMMARY: .planning/phases/02-core-crud/02-04-SUMMARY.md
5.9 KiB
Roadmap: TaskPlanner
Overview
TaskPlanner delivers personal task and notes management with image attachments, accessible from any device via web browser. The roadmap progresses from data foundation through core features (entries, images, tags, search) to containerized deployment, with each phase delivering complete, verifiable functionality that enables the next.
Phases
Phase Numbering:
- Integer phases (1, 2, 3): Planned milestone work
- Decimal phases (2.1, 2.2): Urgent insertions (marked with INSERTED)
Decimal phases appear between their surrounding integers in numeric order.
- Phase 1: Foundation - Data model, repository layer, and project structure ✓
- Phase 2: Core CRUD - Entry management, quick capture, and responsive UI ✓
- Phase 3: Images - Image attachments with mobile camera support
- Phase 4: Tags & Organization - Tagging system with pinning and due dates
- Phase 5: Search - Full-text search and filtering
- Phase 6: Deployment - Docker containerization and production configuration
Phase Details
Phase 1: Foundation
Goal: Data persistence and project structure are ready for feature development Depends on: Nothing (first phase) Requirements: None (foundational — enables all other requirements) Success Criteria (what must be TRUE):
- SQLite database initializes with schema on first run
- Unified entries table supports both tasks and thoughts via type field
- Repository layer provides typed CRUD operations for entries
- Filesystem storage directory structure exists for future images
- Development server starts and serves a basic page Plans: 2 plans
Plans:
- 01-01-PLAN.md — SvelteKit project setup with Drizzle schema and unified entries table
- 01-02-PLAN.md — Repository layer with typed CRUD and verification page
Phase 2: Core CRUD
Goal: Users can create, manage, and view entries with a responsive, accessible UI Depends on: Phase 1 Requirements: CORE-01, CORE-02, CORE-03, CORE-04, CORE-05, CORE-06, CAPT-01, CAPT-02, CAPT-03, UX-01, UX-02, UX-03 Success Criteria (what must be TRUE):
- User can create a new entry specifying task or thought type
- User can edit entry title, content, and type
- User can delete an entry with confirmation
- User can mark a task as complete and see visual indicator
- User can add notes to an existing entry
- Quick capture input is visible on main view with one-click submission
- UI is usable on mobile devices with adequate touch targets
- Text is readable for older eyes (minimum 16px base font) Plans: 4 plans
Plans:
- 02-01-PLAN.md — Form actions for CRUD operations and accessible base styling
- 02-02-PLAN.md — Entry list, entry cards, and quick capture components
- 02-03-PLAN.md — Inline editing with expand/collapse, auto-save, and completed toggle
- 02-04-PLAN.md — Swipe-to-delete gesture and mobile UX verification
Phase 3: Images
Goal: Users can attach, view, and manage images on entries from any device Depends on: Phase 2 Requirements: IMG-01, IMG-02, IMG-03, IMG-04 Success Criteria (what must be TRUE):
- User can attach images via file upload on desktop
- User can attach images via camera capture on mobile
- User can view attached images inline with entry
- User can remove image attachments from an entry
- Images are stored on filesystem (not in database) Plans: TBD
Plans:
- 03-01: TBD
- 03-02: TBD
- 03-03: TBD
Phase 4: Tags & Organization
Goal: Users can organize entries with tags and quick access features Depends on: Phase 2 Requirements: TAG-01, TAG-02, TAG-03, TAG-04, ORG-01, ORG-02, ORG-03 Success Criteria (what must be TRUE):
- User can add multiple tags to an entry
- User can remove tags from an entry
- Tag input shows autocomplete suggestions from existing tags
- Tags are case-insensitive ("work" matches "Work" and "WORK")
- User can pin/favorite an entry for quick access
- User can set a due date on a task
- Pinned entries appear in a dedicated section at top of list Plans: TBD
Plans:
- 04-01: TBD
- 04-02: TBD
- 04-03: TBD
Phase 5: Search
Goal: Users can find entries through search and filtering Depends on: Phase 2, Phase 4 (tags for filtering) Requirements: SRCH-01, SRCH-02, SRCH-03, SRCH-04 Success Criteria (what must be TRUE):
- User can search entries by text in title and content
- User can filter entries by tag (single or multiple)
- User can filter entries by date range
- User can filter to show only tasks or only thoughts
- Search results show relevant matches with highlighting Plans: TBD
Plans:
- 05-01: TBD
- 05-02: TBD
- 05-03: TBD
Phase 6: Deployment
Goal: Application runs in Docker with persistent data and easy configuration Depends on: Phase 1-5 (all features complete) Requirements: DEPLOY-01, DEPLOY-02, DEPLOY-03, DEPLOY-04 Success Criteria (what must be TRUE):
- Application runs in a Docker container
- Configuration is provided via environment variables
- Data persists across container restarts via named volumes
- Single docker-compose.yml starts the entire application
- Backup of data directory preserves all entries and images Plans: TBD
Plans:
- 06-01: TBD
- 06-02: TBD
Progress
Execution Order: Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5 -> 6
| Phase | Plans Complete | Status | Completed |
|---|---|---|---|
| 1. Foundation | 2/2 | Complete ✓ | 2026-01-29 |
| 2. Core CRUD | 4/4 | Complete ✓ | 2026-01-29 |
| 3. Images | 0/3 | Not started | - |
| 4. Tags & Organization | 0/3 | Not started | - |
| 5. Search | 0/3 | Not started | - |
| 6. Deployment | 0/2 | Not started | - |
Roadmap created: 2026-01-29 Depth: standard (5-8 phases) Coverage: 31/31 v1 requirements mapped