diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-20 14:00:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-20 14:00:38 +0100 |
| commit | c53408814af7b568d5ed2ff4fe0ce8844f968163 (patch) | |
| tree | 46ff74621af6ccd49338c9cc70b433a725702f3f /requirements/catalogue | |
| parent | 3f40f9fa8dee877ab0fc39e403fb5ad34ba25c2d (diff) | |
edit req-030, req-035, task-001, task-006, task-054
Diffstat (limited to 'requirements/catalogue')
| -rw-r--r-- | requirements/catalogue/req-030.md | 2 | ||||
| -rw-r--r-- | requirements/catalogue/req-035.md | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/requirements/catalogue/req-030.md b/requirements/catalogue/req-030.md index 1ae7dbb..89f045e 100644 --- a/requirements/catalogue/req-030.md +++ b/requirements/catalogue/req-030.md @@ -5,6 +5,8 @@ Schist must implement the procedure described below as Source: req-029 +Satisfied by: task-001, task-006, task-054 + ## calculate_bucket_balance Inputs: diff --git a/requirements/catalogue/req-035.md b/requirements/catalogue/req-035.md index 6ce48d3..1d023dc 100644 --- a/requirements/catalogue/req-035.md +++ b/requirements/catalogue/req-035.md @@ -3,6 +3,10 @@ Schist must implement the procedure described below as `is_bucket_balance_up_to_date`. +Source: req-030 + +Satisfied by: task-001, task-006, task-054 + ## is_bucket_balance_up_to_date Inputs: @@ -23,5 +27,3 @@ Inputs: `transaction_2.timestamp >= transaction.timestamp` and `transaction.bucket_id = bucket.id`, then return FALSE. 11. Return TRUE. - -Source: req-030 |
