summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements/assumptions/ass-024.md3
-rw-r--r--requirements/catalogue/req-101.md2
-rw-r--r--requirements/catalogue/req-112.md7
-rw-r--r--requirements/tasks/task-061.md2
-rw-r--r--requirements/tasks/task-062.md2
5 files changed, 14 insertions, 2 deletions
diff --git a/requirements/assumptions/ass-024.md b/requirements/assumptions/ass-024.md
new file mode 100644
index 0000000..a483c58
--- /dev/null
+++ b/requirements/assumptions/ass-024.md
@@ -0,0 +1,3 @@
+# ass-024
+
+If the user cannot control their pipes, they don't need to read them.
diff --git a/requirements/catalogue/req-101.md b/requirements/catalogue/req-101.md
index ae2ed97..aa4559d 100644
--- a/requirements/catalogue/req-101.md
+++ b/requirements/catalogue/req-101.md
@@ -5,3 +5,5 @@ my pipes represent how I want to distribute my incomings and outgoings across my
buckets in the future.
Source: req-095
+
+Satisfied by: task-061, task-062, req-112, arch-v1.0.1
diff --git a/requirements/catalogue/req-112.md b/requirements/catalogue/req-112.md
new file mode 100644
index 0000000..8cc58a1
--- /dev/null
+++ b/requirements/catalogue/req-112.md
@@ -0,0 +1,7 @@
+# req-112
+
+Schist does not have an SMS interface for reading pipes.
+
+Source: req-101
+
+Satisfied by: ass-021, ass-024 \ No newline at end of file
diff --git a/requirements/tasks/task-061.md b/requirements/tasks/task-061.md
index 9029aab..06435b5 100644
--- a/requirements/tasks/task-061.md
+++ b/requirements/tasks/task-061.md
@@ -3,7 +3,7 @@
Schist must have a desktop interface for viewing all drips and transactions in
and out of a given bucket alongside the history of pipes of the given bucket.
-Source: req-096
+Sources: req-096, req-101
Epic: epic-000
diff --git a/requirements/tasks/task-062.md b/requirements/tasks/task-062.md
index 6427d0f..21e4480 100644
--- a/requirements/tasks/task-062.md
+++ b/requirements/tasks/task-062.md
@@ -3,7 +3,7 @@
Schist must have a Web interface for viewing all drips and transactions in and
out of a given bucket alongside the history of pipes of the given bucket.
-Source: req-096
+Sources: req-096, req-101
Epic: epic-005