diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-25 17:17:28 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-25 17:17:28 +0100 |
| commit | 3ac6f567818f4e8505e84f074fc8c4a96ad87996 (patch) | |
| tree | 3c2989a6661608bd0f70bad35d3de4af355a0859 /requirements/tasks | |
| parent | 886e6cc1c15d5b1fadf5814bf1fc18e6963c0e58 (diff) | |
task-059 blocked by task-063
Diffstat (limited to 'requirements/tasks')
| -rw-r--r-- | requirements/tasks/epic-003.md | 1 | ||||
| -rw-r--r-- | requirements/tasks/task-059.md | 9 | ||||
| -rw-r--r-- | requirements/tasks/task-063.md | 9 |
3 files changed, 17 insertions, 2 deletions
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 |
