diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-27 07:57:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-27 10:10:16 +0100 |
| commit | c7ed1e61ce2218be0b9e60577454124c4e43a366 (patch) | |
| tree | 4e425738c969b9ac46965b439b8d4940f5ffd8d5 /requirements/tasks/task-012.md | |
| parent | c898d9d6a988f929b66cc3219948c6cd756988ab (diff) | |
task-060: refines epic-000
Diffstat (limited to 'requirements/tasks/task-012.md')
| -rw-r--r-- | requirements/tasks/task-012.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements/tasks/task-012.md b/requirements/tasks/task-012.md index 97ae41b..e45c74b 100644 --- a/requirements/tasks/task-012.md +++ b/requirements/tasks/task-012.md @@ -2,6 +2,11 @@ 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 @@ -9,6 +14,3 @@ Epic: epic-000 Blocked by: task-010 Blocks: task-001 - -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. |
