aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index e318353..1cd3e99 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -120,10 +120,10 @@ Create these as default note types for each user:
- **Card**: Deleting a Card also deletes its Note (and all sibling Cards via cascade)
**Required Tests for Deletion:**
-- [ ] Attempt to delete NoteType with existing Notes → should fail
-- [ ] Attempt to delete NoteFieldType with existing NoteFieldValues → should fail
-- [ ] Delete Note → verify all related Cards are soft-deleted
-- [ ] Delete Card → verify Note and all sibling Cards are soft-deleted
+- [x] Attempt to delete NoteType with existing Notes → should fail
+- [x] Attempt to delete NoteFieldType with existing NoteFieldValues → should fail
+- [x] Delete Note → verify all related Cards are soft-deleted
+- [x] Delete Card → verify Note and all sibling Cards are soft-deleted
## Implementation Phases