docs(08-01): complete isActive column and DAO filtering plan

- Create 08-01-SUMMARY.md with execution results and deviation docs
- Update STATE.md: progress 50%, decisions recorded, session updated
- Update ROADMAP.md: phase 8 marked In Progress (1/2 plans complete)
- Mark requirements DEL-02 and DEL-03 complete in REQUIREMENTS.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 20:58:44 +01:00
parent b2f14dcd97
commit 3bfa411d29
4 changed files with 167 additions and 11 deletions

View File

@@ -10,8 +10,8 @@ Requirements for milestone v1.2 Polish & Task Management. Each maps to roadmap p
### Task Delete
- [ ] **DEL-01**: User can delete a task from the task edit form via a clearly visible delete action
- [ ] **DEL-02**: Deleting a task that has never been completed removes it from the database entirely (hard delete)
- [ ] **DEL-03**: Deleting a task that has been completed at least once deactivates it instead (soft delete) — task is hidden from all active views but preserved in the database for future statistics
- [x] **DEL-02**: Deleting a task that has never been completed removes it from the database entirely (hard delete)
- [x] **DEL-03**: Deleting a task that has been completed at least once deactivates it instead (soft delete) — task is hidden from all active views but preserved in the database for future statistics
- [ ] **DEL-04**: User sees a confirmation before deleting/deactivating a task
### Task Creation UX