#160 — Handle notifications with severity type stream

Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: Unassigned

Created: 2024-12-11 · Updated: 2025-03-24

Description

A new severity type of notifications has been implemented in Facade: stream. It represents notifications that have been created during the initial load of the integration.

The idea is to update how notifications are handled in UI so that the logic accounts for this new severity type.

AC:

  • Handle notifications based on severity in a proper way. Rather use a switch-case statement with a default clause to support the new severity type stream.
  • It shouldn’t rely on checking if the notification text starts with a number.

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets