#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 NotificationClickableText is 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=error then show notification.
  • If severity=info then show notification only if text starts with number (“stream of integration initial loading logs” are not starting with numbers).

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets