#90 — Integrate clickable notifications displaying
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: Unassigned
Created: 2024-11-12 · Updated: 2025-09-15
Description
Caused by https://github.com/Twill-AI/facade/issues/76
Integration status updates would be sent as NotificationClickableText in a WebSocket (see https://twillpayments.atlassian.net/wiki/spaces/TD/pages/7929859/Facade+API#Supported-WebSocket-%E2%80%9Ctype%E2%80%9D-s).
AC:
- As soon as
NotificationClickableTextis received in WS then popup/toast/etc. item appears for client. Many notifications may appear if user opened site after long offline time.
Implementation details:
Due to back-end doesn’t allow distinguish “stream of integration initial loading logs” and “single integration change” notifications it was implemented with extra logic:
- If
severity=errorthen show notification. - If
severity=infothen show notification only iftextstarts with number (“stream of integration initial loading logs” are not starting with numbers).
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets