From f18c5b58c95015908b38e639fdce021b37a8bb2a Mon Sep 17 00:00:00 2001 From: Ashley Venn Date: Sat, 4 Jul 2026 22:17:05 -0700 Subject: [PATCH] docs: add deleted task statistics follow-up --- .../Deleted Task Statistics.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Human Documentation/Things to consider todo/Deleted Task Statistics.md diff --git a/Human Documentation/Things to consider todo/Deleted Task Statistics.md b/Human Documentation/Things to consider todo/Deleted Task Statistics.md new file mode 100644 index 0000000..7db0afa --- /dev/null +++ b/Human Documentation/Things to consider todo/Deleted Task Statistics.md @@ -0,0 +1,14 @@ + + + +# Deleted Task Statistics + +Consider how the system should remember lightweight statistics for tasks that +have been deleted, while still allowing deleted tasks to be fully removed from +task persistence. + +The likely direction is a small, separate deletion-statistics record rather than +keeping deleted task rows. One possible shape is a table that stores only the +deleted task name and the timestamp when it was deleted. This needs more design +work because it has wider implications for stats, privacy, export, backup, and +future cleanup behavior.