Skip to content

Notifications

Mind One includes a real-time, WebSocket-based notification system. Relevant platform events propagate instantly to every connected user, with no need to reload the page.


What gets notified

EventDescription
Sheet changesAnother user saved changes to a sheet you have open
Lock acquiredA user took the edit lock on a sheet
Lock releasedA sheet’s lock became available
Sync completedA sheet’s autosync finished (success or error)
Import completedAn Excel import job finished running
Invitation acceptedA user accepted the invitation to the tenant (Admin only)

Where they appear

Notifications are shown under the bell icon in the top bar. The badge shows the number of unread notifications.

Clicking it opens the notification panel with the list of recent events sorted by date.


Real time

Real-time communication is established via WebSocket on login. While the connection is active:

  • Other users’ changes to sheets are reflected automatically.
  • Edit locks update without a reload.
  • Asynchronous job results (imports, syncs) arrive the moment they finish.

If the WebSocket connection drops (network loss, tab closed), Mind One automatically tries to reconnect once the connection is restored.


Related