summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-25 23:02:15 +0100
committerJoe Carstairs <me@joeac.net>2025-07-25 23:02:47 +0100
commit1bb989fae15face57b52fd018d4d5e3825663825 (patch)
treeb7c7373676d19996ff99d930b58aeb17f8163837 /requirements
parente40559f1047613f983e22d49f5b77131c6bf50b6 (diff)
completes task-063
Diffstat (limited to 'requirements')
-rw-r--r--requirements/kanban.md1
-rw-r--r--requirements/tasks/epic-003.md2
-rw-r--r--requirements/tasks/task-059.md3
-rw-r--r--requirements/tasks/task-063.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/requirements/kanban.md b/requirements/kanban.md
index e4b863c..8891939 100644
--- a/requirements/kanban.md
+++ b/requirements/kanban.md
@@ -4,7 +4,6 @@
| -------- | -------- | -------- |
| | | epic-003 |
| ======== | ======== | ======== |
-| | | task-063 |
| | task-060 | task-059 |
| ======== | ======== | ======== |
| epic-000 | | |
diff --git a/requirements/tasks/epic-003.md b/requirements/tasks/epic-003.md
index 30a6a44..17a4987 100644
--- a/requirements/tasks/epic-003.md
+++ b/requirements/tasks/epic-003.md
@@ -6,6 +6,6 @@ For this Epic, the project should be ready to start work.
- [x] task-007 (architecture)
- [x] task-041 (requirements)
+- [x] task-063 (add extensions to processes)
- [ ] task-059 (CRUD matrix)
- [ ] task-060 (refine epic-000)
-- [ ] task-063 (add extensions to processes)
diff --git a/requirements/tasks/task-059.md b/requirements/tasks/task-059.md
index edfca48..20a8f56 100644
--- a/requirements/tasks/task-059.md
+++ b/requirements/tasks/task-059.md
@@ -6,8 +6,6 @@ Status: doing
Epic: epic-003
-Blocked by: task-063
-
| Model | C | R | U | D |
| ----------- | ------- | ------- | ------- | ------- |
| drip | req-037 | req-096 | req-072 | req-072 |
@@ -24,3 +22,4 @@ Blocked by: task-063
- I've found that some processes are missing extensions, and this will affect in
particular why transactions are updated and deleted. Therefore, I'm marking
this as Blocked by task-063
+- I've completed task-063, so this ticket should be completable now
diff --git a/requirements/tasks/task-063.md b/requirements/tasks/task-063.md
index 4e92abb..9ff4fb6 100644
--- a/requirements/tasks/task-063.md
+++ b/requirements/tasks/task-063.md
@@ -4,6 +4,8 @@ Look through the requirements catalogue for process definitions. In each case,
make sure that there are adequate extensions, and that the requirements for
implementing those extensions are adequately documented.
+Status: done
+
Epic: epic-003
Blocks: task-059