diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-19 07:29:32 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-19 07:29:41 +0100 |
| commit | 76d684a79ace146e505e7222262c27befe5be84f (patch) | |
| tree | de9e84679e026daf678245dfe6d283c41e4a3c71 /requirements/tasks | |
| parent | 0f26732747455e2df60b97c10ec099b65ac08ea2 (diff) | |
add task-040, update arch v1.0.0 -> v1.0.1, edit epic-000, epic-001, task-011, task-025
Diffstat (limited to 'requirements/tasks')
| -rw-r--r-- | requirements/tasks/epic-000.md | 1 | ||||
| -rw-r--r-- | requirements/tasks/epic-001.md | 11 | ||||
| -rw-r--r-- | requirements/tasks/task-011.md | 2 | ||||
| -rw-r--r-- | requirements/tasks/task-025.md | 2 | ||||
| -rw-r--r-- | requirements/tasks/task-040.md | 9 |
5 files changed, 19 insertions, 6 deletions
diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md index 7af6cb3..b351626 100644 --- a/requirements/tasks/epic-000.md +++ b/requirements/tasks/epic-000.md @@ -14,4 +14,3 @@ Status: not ready - [ ] task-029 (CRUDing pipes) - [ ] task-030 (CRUDing buckets) - [ ] task-013 (config & caches) -- [ ] task-011 (distribution) diff --git a/requirements/tasks/epic-001.md b/requirements/tasks/epic-001.md index 0ce4528..4727f57 100644 --- a/requirements/tasks/epic-001.md +++ b/requirements/tasks/epic-001.md @@ -2,16 +2,19 @@ This Epic is done when all the gaps in arch-v1.0.0 are filled. -Status: not ready +Status: ready ## Ordered backlog +- [ ] task-040 (backup recovery process) +- [ ] task-035 (need for a Web GUI) - [ ] task-031 (bank sync) +- [ ] task-037 (caching) +- [ ] task-038 (observability) - [ ] task-032 (security) - [ ] task-033 (resilience) - [ ] task-034 (availability) -- [ ] task-035 (need for a Web GUI) - [ ] task-036 (containerisation/virtualisation) -- [ ] task-037 (caching) -- [ ] task-038 (observability) - [ ] task-039 (Web GUI architecture) +- [ ] task-011 (desktop software distribution) +- [ ] task-025 (server software distribution) diff --git a/requirements/tasks/task-011.md b/requirements/tasks/task-011.md index acf0ce2..7836836 100644 --- a/requirements/tasks/task-011.md +++ b/requirements/tasks/task-011.md @@ -5,6 +5,6 @@ on the user's machine. Source: ard-000 -Epic: epic-000 +Epic: epic-001 Blocked by: task-010 diff --git a/requirements/tasks/task-025.md b/requirements/tasks/task-025.md index f6c8d53..8924352 100644 --- a/requirements/tasks/task-025.md +++ b/requirements/tasks/task-025.md @@ -5,6 +5,8 @@ software on the server machine. Source: ard-008 +Epic: epic-001 + Blocks: task-024 Relates to: task-036 diff --git a/requirements/tasks/task-040.md b/requirements/tasks/task-040.md new file mode 100644 index 0000000..fd017d7 --- /dev/null +++ b/requirements/tasks/task-040.md @@ -0,0 +1,9 @@ +# task-040 + +There must be a documented process for recovering the server machine from a +backup after a failure: otherwise, the backups will be of no use in meeting the +need for the data to be recoverable. + +Sources: req-067, ard-007 + +Epic: epic-001 |
