summaryrefslogtreecommitdiff
path: root/requirements/tasks
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-18 21:04:08 +0100
committerJoe Carstairs <me@joeac.net>2025-07-18 21:04:08 +0100
commitd6c517e40a2d503f6c4beca3a864f9e05181be1d (patch)
tree64075fc1c835a83a46a99780b9faf0831a208ab1 /requirements/tasks
parent22b5c60c69b6d6b3703d9a77ea7a282eac29867e (diff)
add task-030, edit task-029, epic-000, req-068
Diffstat (limited to 'requirements/tasks')
-rw-r--r--requirements/tasks/epic-000.md2
-rw-r--r--requirements/tasks/task-028.md6
-rw-r--r--requirements/tasks/task-030.md10
3 files changed, 17 insertions, 1 deletions
diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md
index 81f6add..7af6cb3 100644
--- a/requirements/tasks/epic-000.md
+++ b/requirements/tasks/epic-000.md
@@ -11,5 +11,7 @@ Status: not ready
- [ ] task-010 (hello, world)
- [ ] task-012 (SQLite)
- [ ] task-001 (inserting transactions)
+- [ ] task-029 (CRUDing pipes)
+- [ ] task-030 (CRUDing buckets)
- [ ] task-013 (config & caches)
- [ ] task-011 (distribution)
diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md
index af95578..48866b8 100644
--- a/requirements/tasks/task-028.md
+++ b/requirements/tasks/task-028.md
@@ -8,5 +8,9 @@ The designs should include interfaces for:
- [ ] Creating pipes
- [ ] Updating pipes
- [ ] Deleting pipes
+- [ ] Viewing buckets
+- [ ] Creating buckets
+- [ ] Updating buckets
+- [ ] Deleting buckets
-Sources: task-029
+Sources: task-029, task-030
diff --git a/requirements/tasks/task-030.md b/requirements/tasks/task-030.md
new file mode 100644
index 0000000..bb1f2b4
--- /dev/null
+++ b/requirements/tasks/task-030.md
@@ -0,0 +1,10 @@
+# task-030
+
+Schist's desktop GUI must have an interface for viewing, creating, updating and
+deleting buckets.
+
+Source: req-068
+
+Epic: epic-000
+
+Blocked by: task-028