summaryrefslogtreecommitdiff
path: root/requirements/catalogue
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-25 17:44:15 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-25 17:44:15 +0100
commit9aa86d309dbc2b336f397a9ec69e4fda587f5bde (patch)
tree00b7dc9457b09ea76b77eac535e28dfa8cad6bbc /requirements/catalogue
parent9fd5006d5d629d963fd0ac95661dbfaf93da3321 (diff)
satisfies req-117
Diffstat (limited to 'requirements/catalogue')
-rw-r--r--requirements/catalogue/req-117.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements/catalogue/req-117.md b/requirements/catalogue/req-117.md
index dccfa41..a1464e4 100644
--- a/requirements/catalogue/req-117.md
+++ b/requirements/catalogue/req-117.md
@@ -1,7 +1,7 @@
# req-117
-Schist must implement the procedure, `get_current_pipes_for_bucket_on_date`,
-as described below.
+Schist must implement the procedure, `get_current_pipes_for_bucket_on_date`, as
+described below.
## get_current_pipe_for_bucket_on_date
@@ -16,4 +16,6 @@ Inputs:
2. Return a pipe `pipe` in `most_recent_pipes` with the most recent
`pipe.timestamp`.
-Sources: req-037 \ No newline at end of file
+Sources: req-037
+
+Satisfied by: task-001, task-006, task-054