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

Back-end: sockets server: handle private message request #404

Closed
OrAbramovich opened this issue May 12, 2018 · 3 comments
Closed

Back-end: sockets server: handle private message request #404

OrAbramovich opened this issue May 12, 2018 · 3 comments
Assignees
Labels

Comments

@OrAbramovich
Copy link
Collaborator

Add support of a new message - "private message" which is a new private message sent from user A to B. The message has to be saved in DB and forwarded to user B in real-time.

@OrAbramovich OrAbramovich added this to the Mid Semester POC milestone May 12, 2018
@OrAbramovich OrAbramovich self-assigned this May 12, 2018
@OrAbramovich
Copy link
Collaborator Author

Time estimation: 1 hour.

OrAbramovich added a commit that referenced this issue May 13, 2018
The sockets server can now handle a private message request. On each private message request it sends it to the receiver (real-time) and stores the data in the DB.

#404
@OrAbramovich
Copy link
Collaborator Author

Actual time: 1.5 hours.

@OrAbramovich
Copy link
Collaborator Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant