From 3ab0b1a764d9f2bd6745d03cc9bd520c325b115a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 13:07:19 +0100 Subject: add req-028 --- requirements/catalogue/req-028.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements/catalogue/req-028.md (limited to 'requirements/catalogue/req-028.md') diff --git a/requirements/catalogue/req-028.md b/requirements/catalogue/req-028.md new file mode 100644 index 0000000..6832c9e --- /dev/null +++ b/requirements/catalogue/req-028.md @@ -0,0 +1,10 @@ +# req-028 + +As a user, I want how much money is in my buckets to influence how much I spend +on the real categories of spending which they represent, so that having buckets +and pipes which express how I want to distribute, and have previously +distributed, my incomings and outgoings enables me to control my spending. + +Source: req-002 + +Satisfied by: req-003, req-006, ass-001, req-026, req-027 -- cgit v1.2.3 From 376e5623ef0a202c391908a7a3093df4d804a052 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 17:30:35 +0100 Subject: rework --- requirements/catalogue/req-028.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'requirements/catalogue/req-028.md') diff --git a/requirements/catalogue/req-028.md b/requirements/catalogue/req-028.md index 6832c9e..e86c525 100644 --- a/requirements/catalogue/req-028.md +++ b/requirements/catalogue/req-028.md @@ -1,9 +1,11 @@ # req-028 -As a user, I want how much money is in my buckets to influence how much I spend -on the real categories of spending which they represent, so that having buckets -and pipes which express how I want to distribute, and have previously -distributed, my incomings and outgoings enables me to control my spending. +As a user, given my buckets and pipes express how I want to distribute my +incomings and outgoings, I want how much money is in my buckets to influence +how much I spend on the real categories of spending which they represent, so +that having buckets and pipes which express how I want to distribute, and have +previously distributed, my incomings and outgoings enables me to control my +spending. Source: req-002 -- cgit v1.2.3