blob: 879576a697a2379d497bf283de525c2eabc3c239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# task-003
Given the user has set up a bank account to sync with Schist, then Schist must
regularly retrieve the latest transactions from that bank account and record
them.
Exception: if retrieving transactions from the bank account fails, then Schist
should notify the user.
Source: req-051
Blocked by: task-031
|