blob: a531a7635ec3f55ee290524110ebbd3c88aa69c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
Epic: epic-004
|