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

Realtime Notification using websockets #6

Open
Avaneesh-Chopdekar opened this issue Oct 15, 2024 · 0 comments
Open

Realtime Notification using websockets #6

Avaneesh-Chopdekar opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Avaneesh-Chopdekar
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently you have to manually refresh the notification page in dashboard if someone sends a registration request. So the organization would have to manually refresh the page just to check if they have any notifications pending or not.

Describe the solution you'd like
By using websockets, we can eliminate this problem. So, the notification page will be automatically updated when a new notification is received and a popup or alert dialog can notify the organization if new notification appears in dashboard page.

Describe alternatives you've considered
Polling can be implemented but websockets are more efficient.

Additional context
To implement websockets in a django application, checkout django channels: Django Channels Docs

@Avaneesh-Chopdekar Avaneesh-Chopdekar added the enhancement New feature or request label Oct 15, 2024
@Avaneesh-Chopdekar Avaneesh-Chopdekar self-assigned this Oct 15, 2024
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
None yet
Development

No branches or pull requests

1 participant