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

[FEATURE] - [채팅방 참여자 재정의 및 귓속말 기능] #64

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

world-dv
Copy link
Contributor

@world-dv world-dv commented Nov 21, 2024

🆕 기능 추가 / 🔧 버그 수정

  • 기능 추가: 귓속말 기능

📋 변경 사항

  • Chatter 관련 파일을 삭제합니다.
  • Chatter를 User로 변경해 ChatRoom에서 User 리스트를 가지도록 합니다.
  • View 파일을 삭제합니다.
  • 1대 1로 채팅이 가능한 귓속말 기능을 구현합니다.

🔍 테스트 사항

  • 1대 1 채팅이 가능한 지에 대한 테스트가 필요합니다.
  • 채팅방 유저 생성 시 /whisper/{user nickname 또는 email}로 구독했을 때 메시지를 정상적으로 받는지 에 대한 테스트가 필요합니다.
  • 채팅방 유저가 귓속말을 보내는 유저에게 메시지를 전달하는 지에 대한 테스트가 필요합니다.

📄 관련 문서

📝 추가 사항

- /whisper/{받는 사람} 경로로 귓속말 메시지를 전달하는 기능을 구현합니다.
- 이 기능을 사용하기 위해서는 유저가 채팅방에 입장했을 때 본인의 email 또는 nickname을 받는 사람으로 설정한 경로를 구독해야 합니다.
- 경로 관련 설명을 추가합니다.
@world-dv world-dv self-assigned this Nov 21, 2024
@world-dv world-dv added this to the 입찰 도메인 milestone Nov 21, 2024
@world-dv world-dv linked an issue Nov 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[✨ FEATURE] 채팅방 귓속말 기능
1 participant