thelovemsg / chatting_app

0 stars 0 forks source link

Really chat with users and invite another user into chatting room. #24

Open thelovemsg opened 1 year ago

thelovemsg commented 1 year ago

Objective

Really chat with users and invite another user into chatting room.

Detailed work content

  • It's time to really test if users can chat each other with web socket.
  • I'll summarize the process of how to chat each other.
    1. User A search user B with his chattting ID and chat first.
    2. User B get message from A and enter the room.
    3. Whether User B like it or not, once User A send message to B, It must be sent to User B. He can choose to banish him or not. (That means chatting room can be made when user just send message at first)
    4. They can invite another user to their chatting room. They search user ID and invite him and send message.

      Note

      There might be many issues quite similar with this issue. But, rewriting objective is such an important thing to remind it!