summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements/architecture/arch-v1.md2
-rw-r--r--requirements/architecture/ard-009.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/requirements/architecture/arch-v1.md b/requirements/architecture/arch-v1.md
index 1a620ac..c1e67b1 100644
--- a/requirements/architecture/arch-v1.md
+++ b/requirements/architecture/arch-v1.md
@@ -40,7 +40,7 @@ Status: draft
service, the REST API, the SMS API and the Web GUI (ard-008)
- There must be documented processes for installing, updating and operating the
software on the server machine (ard-008)
-- There must be a Web app server, which serves a Web GUI over HTTPS
+- There must be a Web app server, which serves a Web GUI over HTTPS (ard-009)
- The Web GUI must persist config and caches to Local Storage
- There must be an SMS API
- The SMS API must send and receive messages to the CRDT sync server via Unix
diff --git a/requirements/architecture/ard-009.md b/requirements/architecture/ard-009.md
new file mode 100644
index 0000000..ff7e554
--- /dev/null
+++ b/requirements/architecture/ard-009.md
@@ -0,0 +1,4 @@
+# ard-009: Web GUI over the Web
+
+Schist should distribute its Web GUI over the Web. No alternatives were
+considered. What are you going to do, email a HTML file?