From 756c4ac91546e5ac893803507587e2bf21851b22 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 16 Jul 2025 16:55:47 +0100 Subject: add task-006, edit req-047 --- requirements/catalogue/req-047.md | 2 ++ requirements/tasks/task-006.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 requirements/tasks/task-006.md diff --git a/requirements/catalogue/req-047.md b/requirements/catalogue/req-047.md index 0bdf7b0..c4dd93f 100644 --- a/requirements/catalogue/req-047.md +++ b/requirements/catalogue/req-047.md @@ -9,3 +9,5 @@ following procedure: 3. Send an OK response over SMS. Source: req-012 + +Satisfied by: task-006 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 -- cgit v1.2.3