From 560c19a0b5de0d2c846cb5f4d1d65f291f413162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 4 Aug 2021 20:54:19 +0200 Subject: add todo --- cli/todo | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cli/todo diff --git a/cli/todo b/cli/todo new file mode 100644 index 0000000..46ef985 --- /dev/null +++ b/cli/todo @@ -0,0 +1,31 @@ +search / display / count + filter + stores + > handle to/from differently for expense/income? + expense/income + time frames + buckets (this week) + group + by category + by time frame + day + week + month + quarter + year + custom? + by store + +sync + simple protocol ("P" = hashes, "D: P" = data in P) + A: tcp connect + B: tcp accept + A: PA + B: D: PB \ PA + B: PA \ PB + A: D: PA \ PB + works both centralized and decentralized + +multiple categories? + sum will be >100% + sub-categories: same problem -- cgit v1.2.1