Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Real-Time UI Updates Using WebSockets #174

Open
diyor28 opened this issue Mar 9, 2025 · 0 comments
Open

Implement Real-Time UI Updates Using WebSockets #174

diyor28 opened this issue Mar 9, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@diyor28
Copy link
Contributor

diyor28 commented Mar 9, 2025

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

  • 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.
@diyor28 diyor28 added the enhancement New feature or request label Mar 9, 2025
@diyor28 diyor28 self-assigned this Mar 9, 2025
@diyor28 diyor28 added this to SDK core Mar 9, 2025
@diyor28 diyor28 moved this to Backlog in SDK core Mar 9, 2025
@diyor28 diyor28 moved this from Backlog to Ready in SDK core Mar 9, 2025
@diyor28 diyor28 removed their assignment Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant