first version
config CORS fixed key to one line helper prints clean up logs improved validations again validations fix rewritten flask and node.js solution added subscription route auth flow diagrams
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 378 KiB |
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user