summaryrefslogtreecommitdiff
path: root/requirements/tasks/task-059.md
blob: edfca483845043c2b148220aa4d71561539bdc86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# task-059

Produce a CRUD matrix and check for any gaps.

Status: doing

Epic: epic-003

Blocked by: task-063

| Model       | C       | R       | U       | D       |
| ----------- | ------- | ------- | ------- | ------- |
| drip        | req-037 | req-096 | req-072 | req-072 |
| pipe        | req-069 | req-069 | req-115 | req-115 |
| bucket      | req-068 | req-068 | req-068 | req-068 |
| transaction | req-048 | req-096 |         | req-123 |

## 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'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