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