flow diagrams

This commit is contained in:
cpu
2025-03-31 22:32:26 +02:00
parent c89eaacd42
commit 2da6061795
14 changed files with 479 additions and 271 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

+8
View File
@@ -0,0 +1,8 @@
stateDiagram-v2
[*] --> FlicButton : Button Press
FlicButton --> Bluetooth : Transmit Signal
Bluetooth --> Phone : Receive Signal
Phone --> WebhookWebPushService : Send Webhook
WebhookWebPushService --> GooglePushAPI : Forward Notification
GooglePushAPI --> PWA : Push Notification
PWA --> [*] : Handle Notification
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+7
View File
@@ -0,0 +1,7 @@
stateDiagram-v2
[*] --> PWA : User Initiates
PWA --> GooglePushAPI : Request Subscription
GooglePushAPI --> PWA : Return Subscription Info
PWA --> WebhookWebPushService : Store Subscription Info
WebhookWebPushService --> PWA : Confirmation
[*] --> Complete
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB