docs: add deleted task statistics follow-up

This commit is contained in:
Ashley Venn 2026-07-04 22:17:05 -07:00
parent b156ddfd5e
commit f18c5b58c9

View file

@ -0,0 +1,14 @@
<!-- SPDX-FileCopyrightText: 2026 FocusFlow contributors -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
# 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.