docs(11-01): complete anytime-task-checking plan — always-enabled checkboxes and today-base recalculation

This commit is contained in:
2026-03-24 09:49:43 +01:00
parent 7881754fda
commit 1c1a3310f9
4 changed files with 138 additions and 24 deletions

View File

@@ -2,16 +2,14 @@
gsd_state_version: 1.0
milestone: v1.0
milestone_name: milestone
status: completed
stopped_at: Phase 11 context gathered
last_updated: "2026-03-24T08:34:00.545Z"
last_activity: 2026-03-19 — Deleted orphaned v1.0 daily plan files and removed DailyPlanState
status: Ready to execute
stopped_at: Completed 11-01-PLAN.md
last_updated: "2026-03-24T08:49:28.728Z"
progress:
total_phases: 4
completed_phases: 3
total_plans: 4
completed_plans: 4
percent: 100
total_plans: 6
completed_plans: 5
---
# Project State
@@ -21,18 +19,12 @@ progress:
See: .planning/PROJECT.md (updated 2026-03-18)
**Core value:** Users can see what needs doing today, mark it done, and trust the app to schedule the next occurrence — without thinking about it.
**Current focus:** v1.2 Polish & Task Management — Phase 8: Task Delete
**Current focus:** Phase 11 — issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks
## Current Position
Milestone: v1.2 Polish & Task Management
Phase: 10 — Dead Code Cleanup (complete)
Status: Completed 10-dead-code-cleanup 10-01-PLAN.md
Last activity: 2026-03-19 — Deleted orphaned v1.0 daily plan files and removed DailyPlanState
```
Progress: [██████████] 100% (1/1 plans in phase 10)
```
Phase: 11 (issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks) — EXECUTING
Plan: 2 of 2
## Performance Metrics
@@ -46,6 +38,7 @@ Progress: [██████████] 100% (1/1 plans in phase 10)
| Phase 08-task-delete P02 | 2 | 2 tasks | 3 files |
| Phase 09-task-creation-ux P01 | 2 | 1 tasks | 4 files |
| Phase 10-dead-code-cleanup P01 | 5 | 2 tasks | 4 files |
| Phase 11-issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks P01 | 219 | 2 tasks | 4 files |
## Accumulated Context
@@ -61,6 +54,8 @@ Decisions archived to PROJECT.md Key Decisions table.
- [Phase 09-task-creation-ux]: Picker is single source of truth: _resolveFrequency() reads from picker always; _ShortcutFrequency enum handles bidirectional sync via toPickerValues()/fromPickerValues()
- [Phase 10-dead-code-cleanup]: DailyPlanDao kept in database.dart — still used by settings service; only the three presentation layer files were deleted
- [Phase 10-dead-code-cleanup]: TaskWithRoom retained in daily_plan_models.dart — actively used by calendar_dao.dart, calendar_providers.dart, and related calendar files
- [Phase 11-issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks]: D-01: Remove isFuture/canComplete restrictions — checkboxes always enabled across all UI; calendar_task_row.dart unchanged (caller was applying restriction)
- [Phase 11-issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks]: D-02: When completing on non-due day, use today as baseDate for nextDueDate calculation (todayStart == taskDueDay pattern)
### Pending Todos
@@ -76,7 +71,7 @@ None.
## Session Continuity
Last session: 2026-03-24T08:34:00.543Z
Stopped at: Phase 11 context gathered
Resume file: .planning/phases/11-issue-3-tasks-management-allow-task-checking-anytime-and-pre-populate-recurring-tasks/11-CONTEXT.md
Last session: 2026-03-24T08:49:28.726Z
Stopped at: Completed 11-01-PLAN.md
Resume file: None
Next action: Phase 10 complete