docs: add deleted task statistics follow-up
This commit is contained in:
parent
b156ddfd5e
commit
f18c5b58c9
1 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue