From fcfee2cead04d700af3ec5572c4a99d1f835888b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 18 Jul 2025 19:32:50 +0100 Subject: add ard-010, edit arch-v1 --- requirements/architecture/arch-v1.md | 2 +- requirements/architecture/ard-010.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements/architecture/ard-010.md diff --git a/requirements/architecture/arch-v1.md b/requirements/architecture/arch-v1.md index c1e67b1..0d25e78 100644 --- a/requirements/architecture/arch-v1.md +++ b/requirements/architecture/arch-v1.md @@ -41,7 +41,7 @@ Status: draft - 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 (ard-009) -- The Web GUI must persist config and caches to Local Storage +- The Web GUI must persist config and caches to Local Storage (ard-010) - There must be an SMS API - The SMS API must send and receive messages to the CRDT sync server via Unix sockets diff --git a/requirements/architecture/ard-010.md b/requirements/architecture/ard-010.md new file mode 100644 index 0000000..3763847 --- /dev/null +++ b/requirements/architecture/ard-010.md @@ -0,0 +1,4 @@ +# ard-010: Local Storage + +Schist's Web GUI will store config and caches in Local Storage. It's the only +standard solution and is perfectly acceptable. No alternatives were considered. -- cgit v1.2.3