blob: 3f0aa53b35f6f9eea781c01964e18b4aa4a657dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
Epic: epic-002
Relates to: req-073, req-037, req-035, req-030
|