summaryrefslogtreecommitdiff
path: root/requirements/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/tasks')
-rw-r--r--requirements/tasks/epic-000.md1
-rw-r--r--requirements/tasks/epic-005.md1
-rw-r--r--requirements/tasks/task-028.md3
-rw-r--r--requirements/tasks/task-061.md10
-rw-r--r--requirements/tasks/task-062.md8
5 files changed, 22 insertions, 1 deletions
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