docs(phase-2): complete context and implementation planning

- Documented comprehensive plan for Phase 2: Rooms and Tasks
- Includes feature scope, requirements, implementation decisions, UI/UX specifics, and scheduling logic
- Updated schema: added Room and Task tables with CRUD and recurrence support
- Added implementation details for room/task templates, cleanliness indicators, and overdue task handling
- Generated Drift schemas for database versioning (v1 → v2) with test coverage
This commit is contained in:
2026-03-16 18:39:00 +01:00
parent 88519f2de8
commit 998f2be87f
11 changed files with 1326 additions and 10 deletions

2
.gitignore vendored
View File

@@ -118,3 +118,5 @@ app.*.symbols
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
!/dev/ci/**/Gemfile.lock
.idea