summaryrefslogtreecommitdiff
path: root/requirements/architecture
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-18 18:15:05 +0100
committerJoe Carstairs <me@joeac.net>2025-07-18 18:15:05 +0100
commit0564cc27ff0e0807b470f4fa1fc43f9fce2c3d0c (patch)
tree4e85de26bc820aa3d33cd8f693394b390a2a93b5 /requirements/architecture
parent34a67a8309f3cafb515f5846683cf27456d935ae (diff)
add req-064, req-065, req-066, req-067, ass-016, edit arch-v1, req-034, req-062, req-063
Diffstat (limited to 'requirements/architecture')
-rw-r--r--requirements/architecture/arch-v1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements/architecture/arch-v1.md b/requirements/architecture/arch-v1.md
index 05268ee..d9874d3 100644
--- a/requirements/architecture/arch-v1.md
+++ b/requirements/architecture/arch-v1.md
@@ -11,6 +11,7 @@ Status: draft
- Schist must read transactions automatically from a banking API (req-015)
- Schist must persist buckets, pipes, drips, and transactions (req-034, req-056,
req-057, req-058, req-051)
+- Schist's persisted data must be resilient and recoverable (req-064)
## Decisions
@@ -47,3 +48,7 @@ Status: draft
## Gaps
- Schist must read transactions automatically from a banking API (req-015)
+- Schist must not allow anybody other than the user to access its data at rest
+ (req-062)
+- Schist must not allow anybody other than the user to access its data in motion
+ (req-063)