diff options
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/catalogue/req-096.md | 2 | ||||
| -rw-r--r-- | requirements/tasks/epic-000.md | 1 | ||||
| -rw-r--r-- | requirements/tasks/epic-005.md | 1 | ||||
| -rw-r--r-- | requirements/tasks/task-028.md | 3 | ||||
| -rw-r--r-- | requirements/tasks/task-061.md | 10 | ||||
| -rw-r--r-- | requirements/tasks/task-062.md | 8 |
6 files changed, 24 insertions, 1 deletions
diff --git a/requirements/catalogue/req-096.md b/requirements/catalogue/req-096.md index 6b3da2f..f417a31 100644 --- a/requirements/catalogue/req-096.md +++ b/requirements/catalogue/req-096.md @@ -4,3 +4,5 @@ Schist must have interfaces for viewing all drips and transactions in and out of a given bucket alongside the history of pipes of the given bucket. Source: req-100 + +Satisfied by: task-061, task-062 diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md index 2ba3f62..9954588 100644 --- a/requirements/tasks/epic-000.md +++ b/requirements/tasks/epic-000.md @@ -13,6 +13,7 @@ Status: not ready - [ ] task-001 (inserting transactions) - [ ] task-029 (CRUDing pipes) - [ ] task-030 (CRUDing buckets) +- [ ] task-061 (viewing drips, transactions and historic pipes) - [ ] task-057 (long-term expected monthly tank change) - [ ] task-013 (config & caches) - [ ] task-051 (test for accurate bucket balances) diff --git a/requirements/tasks/epic-005.md b/requirements/tasks/epic-005.md index 4dd54b6..2c622a8 100644 --- a/requirements/tasks/epic-005.md +++ b/requirements/tasks/epic-005.md @@ -15,6 +15,7 @@ Blocked by: epic-006 - [ ] task-054 (inserting transactions) - [ ] task-055 (CRUDing buckets) - [ ] task-055 (CRUDing pipes) +- [ ] task-062 (viewing drips, transactions and historic pipes) - [ ] task-058 (long-term expected monthly tank change) - [ ] task-017 (hook up REST API) - [ ] task-052 (test for accurate bucket balances) diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md index a023f3a..88906e6 100644 --- a/requirements/tasks/task-028.md +++ b/requirements/tasks/task-028.md @@ -14,7 +14,8 @@ The designs should include interfaces for: - [ ] Deleting buckets - [ ] Viewing the long-term expected monthly tank change - [ ] Viewing the tank balance +- [ ] Viewing historic pipes, drips and transactions for a bucket -Sources: task-029, task-030, task-058 +Sources: task-029, task-030, task-058, task-061 Epic: epic-000 diff --git a/requirements/tasks/task-061.md b/requirements/tasks/task-061.md new file mode 100644 index 0000000..b2a4f0e --- /dev/null +++ b/requirements/tasks/task-061.md @@ -0,0 +1,10 @@ +# task-061 + +Schist must have a desktop interface for viewing all drips and transactions in +and out of a given bucket alongside the history of pipes of the given bucket. + +Source: req-096 + +Epic: epic-000 + +Blocked by: task-028 diff --git a/requirements/tasks/task-062.md b/requirements/tasks/task-062.md new file mode 100644 index 0000000..ca080cd --- /dev/null +++ b/requirements/tasks/task-062.md @@ -0,0 +1,8 @@ +# task-062 + +Schist must have a Web interface for viewing all drips and transactions in and +out of a given bucket alongside the history of pipes of the given bucket. + +Source: req-096 + +Epic: epic-005 |
