summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements/kanban.md4
-rw-r--r--requirements/tasks/epic-003.md1
-rw-r--r--requirements/tasks/task-059.md9
-rw-r--r--requirements/tasks/task-063.md9
4 files changed, 19 insertions, 4 deletions
diff --git a/requirements/kanban.md b/requirements/kanban.md
index 5764db4..e4b863c 100644
--- a/requirements/kanban.md
+++ b/requirements/kanban.md
@@ -4,8 +4,8 @@
| -------- | -------- | -------- |
| | | epic-003 |
| ======== | ======== | ======== |
-| | | task-059 |
-| | task-060 | |
+| | | task-063 |
+| | task-060 | task-059 |
| ======== | ======== | ======== |
| epic-000 | | |
| ======== | ======== | ======== |
diff --git a/requirements/tasks/epic-003.md b/requirements/tasks/epic-003.md
index 46b2af2..30a6a44 100644
--- a/requirements/tasks/epic-003.md
+++ b/requirements/tasks/epic-003.md
@@ -8,3 +8,4 @@ For this Epic, the project should be ready to start work.
- [x] task-041 (requirements)
- [ ] 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 f3fd609..812d906 100644
--- a/requirements/tasks/task-059.md
+++ b/requirements/tasks/task-059.md
@@ -6,6 +6,8 @@ Status: doing
Epic: epic-003
+Blocked by: task-063
+
| Model | C | R | U | D |
| ----------- | ------- | ------- | ------- | ------- |
| drip | req-037 | req-096 | req-072 | req-072 |
@@ -16,6 +18,9 @@ Epic: epic-003
## Notes
- I've just added req-095 and de-satisfied req-017
-- I should add items until req-095 ends up in tasks to view drips in the UI,
- and until req-017 is satisfied again
+- I should add items until req-095 ends up in tasks to view drips in the UI, and
+ until req-017 is satisfied again
- I've done that: now drips have an R!
+- 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
diff --git a/requirements/tasks/task-063.md b/requirements/tasks/task-063.md
new file mode 100644
index 0000000..68fb2fe
--- /dev/null
+++ b/requirements/tasks/task-063.md
@@ -0,0 +1,9 @@
+# task-063
+
+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.
+
+Epic: epic-003
+
+Blocks: task-059