summaryrefslogtreecommitdiff
path: root/requirements/tasks
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-16 16:55:47 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-16 16:55:47 +0100
commit756c4ac91546e5ac893803507587e2bf21851b22 (patch)
treecb7189d680ed0ef7a82a3d4300e32577112f07bf /requirements/tasks
parent588c74956010ab9ab68efd53974f36840b17325b (diff)
add task-006, edit req-047
Diffstat (limited to 'requirements/tasks')
-rw-r--r--requirements/tasks/task-006.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements/tasks/task-006.md b/requirements/tasks/task-006.md
new file mode 100644
index 0000000..09e392c
--- /dev/null
+++ b/requirements/tasks/task-006.md
@@ -0,0 +1,11 @@
+# task-006
+
+Schist must have an SMS interface for inserting transactions, which follows the
+following procedure:
+
+1. If the command is not valid, send a response over SMS with help text which
+ the user can use to form a valid command.
+2. Insert the transaction.
+3. Send an OK response over SMS.
+
+Source: req-047