summaryrefslogtreecommitdiff
path: root/requirements/architecture/ard-000.md
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-18 19:28:22 +0100
committerJoe Carstairs <me@joeac.net>2025-07-18 19:28:22 +0100
commit3c45c01f82a16fdefa58b01b70ff73c459da4f9c (patch)
tree9b2e7f9827b8a424334363deeacf44bd91cdc912 /requirements/architecture/ard-000.md
parent5d2ebdd2b3e20fc3f828a005ba75f10e2eea62e7 (diff)
edit ard-000, arch-v1
Diffstat (limited to 'requirements/architecture/ard-000.md')
-rw-r--r--requirements/architecture/ard-000.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements/architecture/ard-000.md b/requirements/architecture/ard-000.md
index d671cf8..160c261 100644
--- a/requirements/architecture/ard-000.md
+++ b/requirements/architecture/ard-000.md
@@ -24,6 +24,10 @@ We need a way for the user to interact with Schist using a desktop computer.
## Decision
+The desktop interface will be a GUI implemented in iced.rs.
+
+## Discussion
+
A GUI is a standard solution. Prominent alternatives are a command line or a
TUI, but these alternatives are generally not suited to applications with lots
of data and complex interactions.
@@ -33,3 +37,8 @@ I like Rust.
iced.rs is the most popular Rust GUI framework available at the time of writing.
It is used in many diverse open-source projects, is well-supported, and is
cross-platform, which could be useful when extending Schist to a Web GUI.
+
+## Consequences
+
+There must be documented processes for installing and updating the desktop GUI
+on the user's machine.