From 33a4708f6279cd331a2d2c79dfb9193e47f61313 Mon Sep 17 00:00:00 2001 From: ranfdev Date: Thu, 21 Nov 2024 17:24:32 +0100 Subject: [PATCH] add architecture diagram --- README.md | 1 + architecture.svg | 12 ++++++++++++ ntfy-daemon/README.md | 1 - 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 architecture.svg delete mode 100644 ntfy-daemon/README.md diff --git a/README.md b/README.md index a5ec575..562b323 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ https://ntfy.sh client application to receive everyday's notifications. ## Architecture The code is split between the GUI and the underlying ntfy-daemon. +![](./architecture.svg) ## How to run Use gnome-builder to clone and run the project. Note: after clicking the "run" diff --git a/architecture.svg b/architecture.svg new file mode 100644 index 0000000..7af2a84 --- /dev/null +++ b/architecture.svg @@ -0,0 +1,12 @@ +ntfy_daemonntfy_daemonNtfyActorNtfyActorAppAppSubscriptionActorSubscriptionActorSubscription  +(view model)Subscription  +(view model)ListenerActorListenerActorListenerActorListenerActorSubscriptionActorSubscriptionActorSubscription  +(view model)Subscription  +(view model) \ No newline at end of file diff --git a/ntfy-daemon/README.md b/ntfy-daemon/README.md deleted file mode 100644 index be6d1b4..0000000 --- a/ntfy-daemon/README.md +++ /dev/null @@ -1 +0,0 @@ -# ntfy-daemon