summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements/catalogue/req-062.md2
-rw-r--r--requirements/catalogue/req-063.md2
-rw-r--r--requirements/tasks/epic-001.md7
-rw-r--r--requirements/tasks/task-031.md8
-rw-r--r--requirements/tasks/task-032.md8
5 files changed, 27 insertions, 0 deletions
diff --git a/requirements/catalogue/req-062.md b/requirements/catalogue/req-062.md
index b029e18..6572f28 100644
--- a/requirements/catalogue/req-062.md
+++ b/requirements/catalogue/req-062.md
@@ -4,3 +4,5 @@ Schist must not allow anybody to access data at rest in any way unless that
person is the user themselves.
Sources: req-060, req-064
+
+Satisfied by: task-032
diff --git a/requirements/catalogue/req-063.md b/requirements/catalogue/req-063.md
index 98c09ea..2009492 100644
--- a/requirements/catalogue/req-063.md
+++ b/requirements/catalogue/req-063.md
@@ -4,3 +4,5 @@ Schist must not allow anybody to access data in motion in any way unless that
person is the user themselves.
Sources: req-061, req-064
+
+Satisfied by: task-032
diff --git a/requirements/tasks/epic-001.md b/requirements/tasks/epic-001.md
new file mode 100644
index 0000000..449b08b
--- /dev/null
+++ b/requirements/tasks/epic-001.md
@@ -0,0 +1,7 @@
+# epic-001: fill in gaps in arch-v1.0.0
+
+This Epic is done when all the gaps in arch-v1.0.0 are filled.
+
+## Ordered backlog
+
+- [ ] task-031 (bank sync)
diff --git a/requirements/tasks/task-031.md b/requirements/tasks/task-031.md
new file mode 100644
index 0000000..4386f38
--- /dev/null
+++ b/requirements/tasks/task-031.md
@@ -0,0 +1,8 @@
+# task-031
+
+Architect Schist automatically syncing transactions from a banking API and
+create the tasks needed to implement it.
+
+Source: req-015
+
+Epic: epic-001
diff --git a/requirements/tasks/task-032.md b/requirements/tasks/task-032.md
new file mode 100644
index 0000000..173fa40
--- /dev/null
+++ b/requirements/tasks/task-032.md
@@ -0,0 +1,8 @@
+# task-032
+
+Architect Schist having secure data at rest and in motion and create the tasks
+needed to implement it.
+
+Sources: req-062, req-063
+
+Epic: epic-001