diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-24 11:21:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-24 11:21:59 +0100 |
| commit | 0fc2c300858e57bb15b203151f8757a263667a43 (patch) | |
| tree | 7ffe37f65b50763e1597bfdd302c92ca7cbe8fd2 /requirements | |
| parent | 299d70a0593f82bf7875c7122e362ea1ca159c12 (diff) | |
task-059: satisfy req-106
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/catalogue/req-106.md | 2 | ||||
| -rw-r--r-- | requirements/tasks/epic-005.md | 2 | ||||
| -rw-r--r-- | requirements/tasks/task-028.md | 4 | ||||
| -rw-r--r-- | requirements/tasks/task-029.md | 4 | ||||
| -rw-r--r-- | requirements/tasks/task-056.md | 4 |
5 files changed, 9 insertions, 7 deletions
diff --git a/requirements/catalogue/req-106.md b/requirements/catalogue/req-106.md index 2d89c83..6ec8fc9 100644 --- a/requirements/catalogue/req-106.md +++ b/requirements/catalogue/req-106.md @@ -4,3 +4,5 @@ Schist must have interfaces for creating and updating associations between transactions and buckets. Source: req-105 + +Satisfied by: task-061, task-062 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 |
