Sessions now update live across all users and devices
This commit is contained in:
+2
-2
@@ -72,13 +72,13 @@
|
||||
24. **Drag-and-Drop Stability:** Fixed a bug where tasks would "disappear" if dropped in an invalid area. Tasks now remain visible at their original position if a drop is cancelled.
|
||||
25. **User Deletion Safety:** Implemented a backend check to prevent deleting users who have assigned tasks or notes. Upgraded the frontend `ApiService` to correctly parse and display these descriptive error messages from the backend.
|
||||
26. **Enhanced User Management:** Admins can now manage full team profiles (Name, Role, Email, and Phone) during both user creation and inline editing in the Workspace settings.
|
||||
27. **Real-time Updates (SSE):** Implemented a global real-time notification system using Server-Sent Events (SSE). Any change made by one user (moving tasks, adding notes, updating profiles) is now instantly broadcast to all other connected clients. Switched from WebSockets to SSE to ensure 100% compatibility with Nginx and reverse proxies without extra configuration.
|
||||
|
||||
### Phase 3: Advanced Features
|
||||
- **Real-time Notifications:** Explore WebSockets for task assignments.
|
||||
- **iMessage Integration:** Develop the "Molty" bridge for phone-to-task creation.
|
||||
- **File Uploads:** Support for attaching photos/documents to tasks.
|
||||
|
||||
---
|
||||
|
||||
**Last Updated:** Wednesday, May 13, 2026
|
||||
**Status:** Phase 2 Complete / Ready for Phase 3
|
||||
**Status:** Phase 3 in Progress / Real-time Updates Active
|
||||
|
||||
Reference in New Issue
Block a user