diff options
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/architecture/arch-v1.md | 2 | ||||
| -rw-r--r-- | requirements/architecture/ard-010.md | 4 |
2 files changed, 5 insertions, 1 deletions
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. |
