summaryrefslogtreecommitdiff
path: root/requirements/tasks/task-004.md
blob: 5dc9807057616b36ad1ab031680111bc81da86f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# task-005

Given the user has set up a bank account to sync with Schist, when they read any
data from Schist which depends upon accurate transaction records, then Schist
retrieves transactions from the bank account and records them before returning
the result to the user.

Exception: if it takes too long to get transactions from the bank account, then
Schist should return the stale data at first while retrieving the fresh
transactions at the same time.

Source: req-051

Blocked by: task-031

Epic: epic-004