1
minute
24. Notification
Date: 2025-01-03
Status
Accepted
Context
We want to integrate a solution to notify user at end of process.
Decision
We will use Pusher and Ionic Toast for notification. Pusher is a service that allows real-time functionality integration to web and mobile applications. It supports real-time notifications, chat, and live updates using WebSockets.
Consequences
We will integrate Pusher Python SDK in Python service to send notification at the end of file process.
---
config:
look: handDrawn
theme: neutral
---
flowchart LR
PR[Python Service] --API--> NS[Pusher Service] --Websocket--> FE[Ionic Frontend]