You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, UI updates require a manual refresh to reflect changes made by other users. Since the system already uses WebSockets, we need to extend its functionality to ensure real-time updates across all relevant pages while enforcing role-based access control.
Expected Behavior
UI should automatically update when relevant data changes in the backend.
Updates should be broadcasted only to users with the correct roles and permissions.
Users should not need to refresh the page to see updates.
The text was updated successfully, but these errors were encountered:
Description
Currently, UI updates require a manual refresh to reflect changes made by other users. Since the system already uses WebSockets, we need to extend its functionality to ensure real-time updates across all relevant pages while enforcing role-based access control.
Expected Behavior
The text was updated successfully, but these errors were encountered: