From b8cfce3b2dbf7bccf846846e0448feacfeb544a8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 24 Jul 2025 11:08:12 +0100 Subject: task-059: tasks for req-096 --- requirements/tasks/epic-000.md | 1 + requirements/tasks/epic-005.md | 1 + requirements/tasks/task-028.md | 3 ++- requirements/tasks/task-061.md | 10 ++++++++++ requirements/tasks/task-062.md | 8 ++++++++ 5 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 requirements/tasks/task-061.md create mode 100644 requirements/tasks/task-062.md (limited to 'requirements/tasks') 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 -- cgit v1.2.3