summaryrefslogtreecommitdiff
path: root/requirements/tasks
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-24 11:21:59 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-24 11:21:59 +0100
commit0fc2c300858e57bb15b203151f8757a263667a43 (patch)
tree7ffe37f65b50763e1597bfdd302c92ca7cbe8fd2 /requirements/tasks
parent299d70a0593f82bf7875c7122e362ea1ca159c12 (diff)
task-059: satisfy req-106
Diffstat (limited to 'requirements/tasks')
-rw-r--r--requirements/tasks/epic-005.md2
-rw-r--r--requirements/tasks/task-028.md4
-rw-r--r--requirements/tasks/task-029.md4
-rw-r--r--requirements/tasks/task-056.md4
4 files changed, 7 insertions, 7 deletions
diff --git a/requirements/tasks/epic-005.md b/requirements/tasks/epic-005.md
index 2c622a8..ffc12e8 100644
--- a/requirements/tasks/epic-005.md
+++ b/requirements/tasks/epic-005.md
@@ -14,7 +14,7 @@ Blocked by: epic-006
- [ ] task-027 (Local Storage)
- [ ] task-054 (inserting transactions)
- [ ] task-055 (CRUDing buckets)
-- [ ] task-055 (CRUDing pipes)
+- [ ] task-056 (CRUDing pipes)
- [ ] task-062 (viewing drips, transactions and historic pipes)
- [ ] task-058 (long-term expected monthly tank change)
- [ ] task-017 (hook up REST API)
diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md
index 88906e6..f8dd5bd 100644
--- a/requirements/tasks/task-028.md
+++ b/requirements/tasks/task-028.md
@@ -5,8 +5,8 @@ There should be UI designs for the desktop GUI.
The designs should include interfaces for:
- [ ] Viewing pipes
-- [ ] Creating pipes
-- [ ] Updating pipes
+- [ ] Creating pipes including their associations with buckets
+- [ ] Updating pipes including their associations with buckets
- [ ] Deleting pipes
- [ ] Viewing buckets
- [ ] Creating buckets
diff --git a/requirements/tasks/task-029.md b/requirements/tasks/task-029.md
index ad30354..7a0ca0f 100644
--- a/requirements/tasks/task-029.md
+++ b/requirements/tasks/task-029.md
@@ -1,9 +1,9 @@
# task-029
Schist's desktop GUI must have an interface for viewing, creating, updating and
-deleting pipes.
+deleting pipes, including their associations with buckets.
-Source: req-069
+Sources: req-069, req-106
Epic: epic-000
diff --git a/requirements/tasks/task-056.md b/requirements/tasks/task-056.md
index af72408..f58bfcf 100644
--- a/requirements/tasks/task-056.md
+++ b/requirements/tasks/task-056.md
@@ -1,8 +1,8 @@
# task-056
Schist's web GUI must have an interface for viewing, creating, updating and
-deleting pipes.
+deleting pipes, including their associations with buckets.
-Source: req-087
+Source: req-087, req-106
Epic: epic-005