summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-08-15 16:02:40 +0000
committerjoeac <me@joeac.net>2025-08-15 16:02:40 +0000
commit703496a49315f7b67442abf0e0df3c41d3605d3b (patch)
tree8e92f3842710162f3b26e910eb931950c1049f07 /requirements
parent8d714f760bd0349560d464583a151a04a19de1c9 (diff)
task-012 (#2)
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> Reviewed-on: https://git.joeac.net/joeac/schist/pulls/2 Co-authored-by: Joe Carstairs <me@joeac.net> Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/kanban.md1
-rw-r--r--requirements/tasks/epic-000.md4
-rw-r--r--requirements/tasks/task-012.md2
3 files changed, 4 insertions, 3 deletions
diff --git a/requirements/kanban.md b/requirements/kanban.md
index 4f0ebde..95a1994 100644
--- a/requirements/kanban.md
+++ b/requirements/kanban.md
@@ -4,7 +4,6 @@
| -------- | -------- | -------- |
| | | epic-000 |
| ======== | ======== | ======== |
-| | task-012 | |
| | task-001 | |
| | task-064 | |
| | task-072 | |
diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md
index 7b6e21c..239c612 100644
--- a/requirements/tasks/epic-000.md
+++ b/requirements/tasks/epic-000.md
@@ -3,13 +3,13 @@
For this Epic, there should be a desktop GUI with basic functionality to meet
the most important user needs.
-Status: not ready
+Status: in progress
## Ordered backlog
- [x] task-010 (hello, world)
- [x] task-073 (UI layout & nav)
-- [ ] task-012 (SQLite)
+- [x] task-012 (SQLite)
- [ ] task-001 (inserting transactions)
- [ ] task-064 (deleting transactions)
- [ ] task-072 (import from Actualbudget)
diff --git a/requirements/tasks/task-012.md b/requirements/tasks/task-012.md
index e45c74b..13e3b88 100644
--- a/requirements/tasks/task-012.md
+++ b/requirements/tasks/task-012.md
@@ -7,6 +7,8 @@ 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.
+Status: done
+
Source: ard-001
Epic: epic-000