summaryrefslogtreecommitdiff
path: root/requirements/catalogue
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-16 14:44:32 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-16 14:44:32 +0100
commitd4d629366720d12e4ce87e442c478ffc317fd1b9 (patch)
tree8f3fc2ef20111c0cafafd1286381861063fe04cd /requirements/catalogue
parenta1bf85d86011d815df4652aba1349acdec9fda17 (diff)
add ass-014, req-052, task-005, edit req-016
Diffstat (limited to 'requirements/catalogue')
-rw-r--r--requirements/catalogue/req-016.md10
-rw-r--r--requirements/catalogue/req-052.md8
2 files changed, 18 insertions, 0 deletions
diff --git a/requirements/catalogue/req-016.md b/requirements/catalogue/req-016.md
index a081059..70587d2 100644
--- a/requirements/catalogue/req-016.md
+++ b/requirements/catalogue/req-016.md
@@ -6,3 +6,13 @@ format and import it into Schist, so that my purchase of this beer is recorded
as a beer transaction.
Source: req-010
+
+Satisfied by: ass-000, ass-014, req-052
+
+## Use case
+
+Trigger: the user buys a beer.
+
+1. Wait until the user next regularly opens Schist on their desktop computer.
+2. The user gets their bank transactions and stores them in a CSV file.
+3. The user imports the CSV file into Schist.
diff --git a/requirements/catalogue/req-052.md b/requirements/catalogue/req-052.md
new file mode 100644
index 0000000..e9c5c77
--- /dev/null
+++ b/requirements/catalogue/req-052.md
@@ -0,0 +1,8 @@
+# req-052
+
+Schist must have a desktop interface for importing transactions from a CSV
+file.
+
+Source: req-016
+
+Satisfied by: task-005