Skip to content

Notifications

MedUX includes a real-time notification system powered by Django Channels and WebSocket connections.

How It Works

When something relevant happens in the system (a new message, a task completion, etc.), you receive a notification in the top bar. The notification indicator shows the number of unread notifications.

Notifications are delivered in real time — no page refresh needed.

Notification Types

The available notification types depend on the installed plugins. The core system provides basic alert notifications. Plugins can contribute additional notification types relevant to their functionality.