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

Websockets: Connect counsellors to users on chat #55

Open
schan219 opened this issue Jan 19, 2018 · 0 comments
Open

Websockets: Connect counsellors to users on chat #55

schan219 opened this issue Jan 19, 2018 · 0 comments
Assignees

Comments

@schan219
Copy link
Contributor

schan219 commented Jan 19, 2018

Users want to talk to counsellors on the chat, so we need to connect a user to a counsellor when there is at least one counsellor online. A counsellor can address many users but a user can only talk to one counsellor at a time. As for the details of how the counsellors should be assigned users, all counsellors online should be able to see a request to connect and can either accept or decline users. When one counsellor accepts a request, other counsellors may not accept the same request.

When a request to connect is accepted, the counsellor and user enter into a chat session. The session ends when one person disconnects from that session.

@shade shade self-assigned this Feb 20, 2018
@schan219 schan219 added the BE Backend tasks label Sep 10, 2019
@schan219 schan219 removed the BE Backend tasks label Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants