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.