summaryrefslogtreecommitdiff
path: root/requirements/architecture
diff options
context:
space:
mode:
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)