summaryrefslogtreecommitdiff
path: root/requirements/tasks
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-18 21:02:00 +0100
committerJoe Carstairs <me@joeac.net>2025-07-18 21:02:00 +0100
commit22b5c60c69b6d6b3703d9a77ea7a282eac29867e (patch)
tree9bcebbf4db14e7f6ae7329adf7e515c5554c7985 /requirements/tasks
parentafc8e3262973bbdf22b6e7838e0a27b871d83d86 (diff)
add task-028, task-029, edit epic-000, req-069
Diffstat (limited to 'requirements/tasks')
-rw-r--r--requirements/tasks/epic-000.md3
-rw-r--r--requirements/tasks/task-028.md12
-rw-r--r--requirements/tasks/task-029.md10
3 files changed, 24 insertions, 1 deletions
diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md
index 01f218c..81f6add 100644
--- a/requirements/tasks/epic-000.md
+++ b/requirements/tasks/epic-000.md
@@ -7,8 +7,9 @@ Status: not ready
## Ordered backlog
+- [ ] task-028 (UI designs)
- [ ] task-010 (hello, world)
-- [ ] task-012 (inserting transactions)
+- [ ] task-012 (SQLite)
- [ ] task-001 (inserting transactions)
- [ ] task-013 (config & caches)
- [ ] task-011 (distribution)
diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md
new file mode 100644
index 0000000..af95578
--- /dev/null
+++ b/requirements/tasks/task-028.md
@@ -0,0 +1,12 @@
+# task-028
+
+There should be UI designs for the desktop GUI.
+
+The designs should include interfaces for:
+
+- [ ] Viewing pipes
+- [ ] Creating pipes
+- [ ] Updating pipes
+- [ ] Deleting pipes
+
+Sources: task-029
diff --git a/requirements/tasks/task-029.md b/requirements/tasks/task-029.md
new file mode 100644
index 0000000..ad30354
--- /dev/null
+++ b/requirements/tasks/task-029.md
@@ -0,0 +1,10 @@
+# task-029
+
+Schist's desktop GUI must have an interface for viewing, creating, updating and
+deleting pipes.
+
+Source: req-069
+
+Epic: epic-000
+
+Blocked by: task-028