summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-25 16:00:52 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-25 16:00:52 +0100
commit886e6cc1c15d5b1fadf5814bf1fc18e6963c0e58 (patch)
treee3cf0f79e2b5a875513d63c6fcaec9c26a46defa
parent72823853d3d6c7d8301cd6873bec44f58d238bde (diff)
task-059: can't update or delete pipes
-rw-r--r--requirements/catalogue/req-069.md3
-rw-r--r--requirements/catalogue/req-106.md4
-rw-r--r--requirements/tasks/task-028.md2
-rw-r--r--requirements/tasks/task-029.md4
4 files changed, 5 insertions, 8 deletions
diff --git a/requirements/catalogue/req-069.md b/requirements/catalogue/req-069.md
index 458d059..94e22c2 100644
--- a/requirements/catalogue/req-069.md
+++ b/requirements/catalogue/req-069.md
@@ -1,7 +1,6 @@
# req-069
-Schist must have a desktop interface for creating, reading, updating and
-deleting pipes.
+Schist must have a desktop interface for creating and reading pipes.
Sources: req-038, req-000, req-025, req-089
diff --git a/requirements/catalogue/req-106.md b/requirements/catalogue/req-106.md
index 6ec8fc9..aa1be79 100644
--- a/requirements/catalogue/req-106.md
+++ b/requirements/catalogue/req-106.md
@@ -1,7 +1,7 @@
# req-106
-Schist must have interfaces for creating and updating associations between
-transactions and buckets.
+Schist must have interfaces for creating associations between transactions and
+buckets.
Source: req-105
diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md
index f8dd5bd..94f9dfd 100644
--- a/requirements/tasks/task-028.md
+++ b/requirements/tasks/task-028.md
@@ -6,8 +6,6 @@ The designs should include interfaces for:
- [ ] Viewing pipes
- [ ] Creating pipes including their associations with buckets
-- [ ] Updating pipes including their associations with buckets
-- [ ] Deleting pipes
- [ ] Viewing buckets
- [ ] Creating buckets
- [ ] Updating buckets
diff --git a/requirements/tasks/task-029.md b/requirements/tasks/task-029.md
index 7a0ca0f..ea8a318 100644
--- a/requirements/tasks/task-029.md
+++ b/requirements/tasks/task-029.md
@@ -1,7 +1,7 @@
# task-029
-Schist's desktop GUI must have an interface for viewing, creating, updating and
-deleting pipes, including their associations with buckets.
+Schist's desktop GUI must have an interface for viewing and creating pipes,
+including their associations with buckets.
Sources: req-069, req-106