From 30286f8b03a017887f3bfcb4734896f144d44a92 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 13:56:05 +0100 Subject: add req-032 --- requirements/catalogue/req-032.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements/catalogue/req-032.md (limited to 'requirements/catalogue/req-032.md') diff --git a/requirements/catalogue/req-032.md b/requirements/catalogue/req-032.md new file mode 100644 index 0000000..aa08be1 --- /dev/null +++ b/requirements/catalogue/req-032.md @@ -0,0 +1,5 @@ +# req-032 + +Schist must be able to infer the accurate balance of any given bucket. + +Source: req-024 \ No newline at end of file -- 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-032.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'requirements/catalogue/req-032.md') diff --git a/requirements/catalogue/req-032.md b/requirements/catalogue/req-032.md index aa08be1..6f173ac 100644 --- a/requirements/catalogue/req-032.md +++ b/requirements/catalogue/req-032.md @@ -1,5 +1,9 @@ # req-032 -Schist must be able to infer the accurate balance of any given bucket. +Given the user's buckets and pipes express how the user wants to distribute +their incomings and outgoings, Schist must be able to infer the accurate balance +of any given bucket. -Source: req-024 \ No newline at end of file +Source: req-024 + +Satisfied by: req-030, req-034, ass-008, req-036 \ No newline at end of file -- cgit v1.2.3