summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-19 20:50:54 +0100
committerJoe Carstairs <me@joeac.net>2025-07-19 20:50:54 +0100
commit0b33befcee10145416dcf6e79582e6e532f28182 (patch)
tree9557f13edea7362fb026d083312c0788d9e34ff7 /requirements
parent2efbd976c4a61b1c00c3fbbaffb657168013ce49 (diff)
add task-043, task-044, edit epic-002, req-055
Diffstat (limited to 'requirements')
-rw-r--r--requirements/catalogue/req-055.md2
-rw-r--r--requirements/tasks/epic-002.md4
-rw-r--r--requirements/tasks/task-043.md11
-rw-r--r--requirements/tasks/task-044.md11
4 files changed, 27 insertions, 1 deletions
diff --git a/requirements/catalogue/req-055.md b/requirements/catalogue/req-055.md
index a8ac719..7b439e0 100644
--- a/requirements/catalogue/req-055.md
+++ b/requirements/catalogue/req-055.md
@@ -4,3 +4,5 @@ When a user uses Schist for the first time, they must be prompted to enter their
phone number if they know they want to use Schist using SMS.
Source: req-053
+
+Satisfied by: task-043, task-044
diff --git a/requirements/tasks/epic-002.md b/requirements/tasks/epic-002.md
index 2f9c2c3..79e547f 100644
--- a/requirements/tasks/epic-002.md
+++ b/requirements/tasks/epic-002.md
@@ -5,7 +5,7 @@ implemented.
Status: not ready
-Blocked by: task-032, epic-006
+Blocked by: task-032, epic-000, epic-006
## Ordered backlog
@@ -15,3 +15,5 @@ Blocked by: task-032, epic-006
- [ ] task-009 (unambiguity)
- [ ] task-006 (insert transaction)
- [ ] task-008 (help)
+- [ ] task-043 (prompt for phone number on desktop UI)
+- [ ] task-044 (prompt for phone number on Web UI)
diff --git a/requirements/tasks/task-043.md b/requirements/tasks/task-043.md
new file mode 100644
index 0000000..15c611d
--- /dev/null
+++ b/requirements/tasks/task-043.md
@@ -0,0 +1,11 @@
+# task-043
+
+When a user opens the Schist desktop UI for the first time, they should be
+prompted to enter their phone number if they know they want to use Schist using
+SMS.
+
+Source: req-055
+
+Epic: epic-002
+
+Blocked by: epic-000
diff --git a/requirements/tasks/task-044.md b/requirements/tasks/task-044.md
new file mode 100644
index 0000000..5ce85ea
--- /dev/null
+++ b/requirements/tasks/task-044.md
@@ -0,0 +1,11 @@
+# task-044
+
+When a user opens the Schist desktop UI for the first time, they should be
+prompted to enter their phone number if they know they want to use Schist using
+SMS.
+
+Source: req-055
+
+Epic: epic-002
+
+Blocked by: epic-005