-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Finishes #187355064] Users should be able to chat #31
Conversation
✅ Deploy Preview for dponesandzereos ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for onezerosfrontennd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for onesandzeroesshop ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c372845
to
19ed970
Compare
✅ Deploy Preview for onesandzeros ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
777934e
to
807d7d3
Compare
[#187355060] Admin Page for viewing users
What Does This PR DO?
This is the feature that will allow users to chat.
It uses WebSocket to allow bidirectional communication between users who are currently online.
Why is this important?
Having travellers interacting with each other on the platform adds value to it as it allows them to asks questions about places, offer recommendations, guidance
Acceptance Criteria
GIVEN the user is online
WHEN they open the chat tab
THEN they should be able to read all of the past chats
GIVEN the user is online
WHEN they open the chat tab
THEN they should be able to post a public chat
GIVENthe user
WHEN they post a chat
THEN it should be able to be echoed to all online users in real time.
ScreenShoot