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

refactor websocket to support other real-time stuff #61

Open
bunop opened this issue Oct 11, 2019 · 0 comments
Open

refactor websocket to support other real-time stuff #61

bunop opened this issue Oct 11, 2019 · 0 comments
Labels
enhancement New feature or request performance Improve the performance or better resource management

Comments

@bunop
Copy link
Member

bunop commented Oct 11, 2019

Is your feature request related to a problem? Please describe.
Websocket could be refactored in order to support other real time stuff, for instance zooma calls: I could display a progress bar, or I could activate or deactivate action buttons relying on completed task or missing terms

Describe the solution you'd like
By refactoring websocket I could support other types of request and will be more easier to maintain and add other features. Code could be tested with appropriate methods.

Describe alternatives you've considered
Things could remain the same and informations between frontend and backend could be managed using JavaScripts and django views. However, since we have websockets implemented we could exploit better this resource and add additional features

Additional context
Some useful links to understand better before to decide a plan:

@bunop bunop added enhancement New feature or request performance Improve the performance or better resource management labels Oct 11, 2019
@bunop bunop added this to the General Enhancement milestone Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Improve the performance or better resource management
Projects
None yet
Development

No branches or pull requests

1 participant