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
| Event | Description |
|---|---|
| Sheet changes | Another user saved changes to a sheet you have open |
| Lock acquired | A user took the edit lock on a sheet |
| Lock released | A sheet’s lock became available |
| Sync completed | A sheet’s autosync finished (success or error) |
| Import completed | An Excel import job finished running |
| Invitation accepted | A 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
- Editing and Adding Records — Pessimistic locking and collaborative editing.
- Importing from Excel — Notification when an import job completes.
- Connections — Notification when a data warehouse sync completes.