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

The desktop GUI must persist domain entities to an SQLite file.

For the purposes of this task, any read/write operation is enough to prove that
the pattern is ready to be used in other tasks. As this blocks using actual
domain entities, then, a good place to start would be storing a database schema
version number.

Source: ard-001

Epic: epic-000

Blocked by: task-010

Blocks: task-001