summaryrefslogtreecommitdiff
path: root/requirements/req-017.md
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-15 07:39:30 +0100
committerJoe Carstairs <me@joeac.net>2025-07-15 07:39:30 +0100
commit1f40dd79535ba7987b5c01abcd54b016983e20f7 (patch)
tree70f03c7bf01fa69b03fb14d20f5c349fc918b607 /requirements/req-017.md
parent6c8153565bbe991c1a5f39d8cd249f85fdb43237 (diff)
move requirements catalogue to requirements/catalogue
Diffstat (limited to 'requirements/req-017.md')
-rw-r--r--requirements/req-017.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/requirements/req-017.md b/requirements/req-017.md
deleted file mode 100644
index a9c771f..0000000
--- a/requirements/req-017.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# req-017
-
-As a user, I want:
-
-- Buckets to represent real categories of spending, like beer and holidays;
-- Pipes to represent how much I want to come in and out of each bucket;
-- Each real transaction I make to be associated with at most one bucket;
-- Buckets to have a balance, which is the difference between the amount of money
- which has flowed in from a pipe less the amount taken out by my transactions;
-
-so that I can have buckets and pipes which express how I want to distribute, and
-have previously distributed, my incomings and outgoings.
-
-Source: req-002