From 383782edddcf88787c7f7d837f70e378cdc2949b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 11:57:13 +0100 Subject: requirements/cardi -> requirements/assumptions --- requirements/assumptions/ass-001.md | 4 ++++ requirements/assumptions/ass-002.md | 3 +++ requirements/assumptions/ass-003.md | 5 +++++ requirements/assumptions/ass-004.md | 6 ++++++ requirements/assumptions/ass-005.md | 7 +++++++ requirements/assumptions/ass-006.md | 4 ++++ requirements/assumptions/ass-007.md | 3 +++ 7 files changed, 32 insertions(+) create mode 100644 requirements/assumptions/ass-001.md create mode 100644 requirements/assumptions/ass-002.md create mode 100644 requirements/assumptions/ass-003.md create mode 100644 requirements/assumptions/ass-004.md create mode 100644 requirements/assumptions/ass-005.md create mode 100644 requirements/assumptions/ass-006.md create mode 100644 requirements/assumptions/ass-007.md (limited to 'requirements/assumptions') diff --git a/requirements/assumptions/ass-001.md b/requirements/assumptions/ass-001.md new file mode 100644 index 0000000..d478b4c --- /dev/null +++ b/requirements/assumptions/ass-001.md @@ -0,0 +1,4 @@ +# ass-001 + +Assumption: beer and holidays cover a representative range of real categories of +spending. diff --git a/requirements/assumptions/ass-002.md b/requirements/assumptions/ass-002.md new file mode 100644 index 0000000..bac06f4 --- /dev/null +++ b/requirements/assumptions/ass-002.md @@ -0,0 +1,3 @@ +# ass-002 + +Assumption: the user doesn't have much control over how much money they earn. diff --git a/requirements/assumptions/ass-003.md b/requirements/assumptions/ass-003.md new file mode 100644 index 0000000..2e7238a --- /dev/null +++ b/requirements/assumptions/ass-003.md @@ -0,0 +1,5 @@ +# ass-003 + +If the user knows how much money is in their bucket, they will consider it when +deciding how much money to spend on the real category of spending which it +represents. diff --git a/requirements/assumptions/ass-004.md b/requirements/assumptions/ass-004.md new file mode 100644 index 0000000..0f37751 --- /dev/null +++ b/requirements/assumptions/ass-004.md @@ -0,0 +1,6 @@ +# ass-004 + +If the user may be without access to their phone or desktop computer when +they're making a spending decision, and if the user can find out their relevant +bucket balance earlier using their desktop computer and write it down, then +they will do so. diff --git a/requirements/assumptions/ass-005.md b/requirements/assumptions/ass-005.md new file mode 100644 index 0000000..0aba515 --- /dev/null +++ b/requirements/assumptions/ass-005.md @@ -0,0 +1,7 @@ +# ass-005 + +If the user may be without access to their phone or desktop computer when +they're making a spending decision, and if the user found out their relevant +bucket balance earlier using their desktop computer and wrote it down, then +their written record will still be accurate when they're making a spending +decision. diff --git a/requirements/assumptions/ass-006.md b/requirements/assumptions/ass-006.md new file mode 100644 index 0000000..0041795 --- /dev/null +++ b/requirements/assumptions/ass-006.md @@ -0,0 +1,4 @@ +# ass-006 + +The user will have access to their desktop computer when planning their holidays +or making spending decisions of which holiday-planning is a type. diff --git a/requirements/assumptions/ass-007.md b/requirements/assumptions/ass-007.md new file mode 100644 index 0000000..32722b9 --- /dev/null +++ b/requirements/assumptions/ass-007.md @@ -0,0 +1,3 @@ +# ass-007 + +If the user has access to their phone, then they can send and receive SMS. -- cgit v1.2.3 From 136650f884576da871e48f6c1b2a927edea636d1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 14:44:46 +0100 Subject: add ass-008 --- requirements/assumptions/ass-008.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements/assumptions/ass-008.md (limited to 'requirements/assumptions') diff --git a/requirements/assumptions/ass-008.md b/requirements/assumptions/ass-008.md new file mode 100644 index 0000000..2d2f9dd --- /dev/null +++ b/requirements/assumptions/ass-008.md @@ -0,0 +1,4 @@ +# ass-008 + +The accurate balance of a bucket is the difference between the amounts of the +drips into it and the amounts of the transactions out of it. \ No newline at end of file -- cgit v1.2.3