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

[BE] 채팅 연관 로직 수정(#105) #106

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

Minjae-An
Copy link
Contributor

@Minjae-An Minjae-An commented May 30, 2024

작업 대상

  • 채팅 요청 수락
  • 예외 처리
  • 채팅 메시지 목록 조회

📄 작업 내용

  • 채팅 요청 수락시 채팅방 ID 응답으로 제공
  • 채팅 요청 수락한 사용자가 채팅 요청을 받은 사용자와 다를 경우 예외 발생
  • Controller에서 발생하는 예외도 ExceptionAdvice에서 처리할 수 있게 변경
  • 채팅 메시지 목록 조회시 메시지 읽음 처리가 되도록 잘못된 트랜잭션 선언 수정

🙋🏻 주의 사항

📎 관련 이슈

레퍼런스

Minjae-An added 5 commits May 30, 2024 14:01
채팅 요청 알림을 통해 채팅 수락시 채팅방으로 넘어갈 수 있도록 채팅방 ID 제공
- 채팅 요청 수락시 채팅방 ID 응답토록 변경
- 요청한 사용자와 알림을 받은 사용자가 불일치할 때 예외 발생토록 수정
@Minjae-An Minjae-An added the ✨ feat 새로운 기능 추가 label May 30, 2024
@Minjae-An Minjae-An requested a review from acceptor-gyu May 30, 2024 05:23
@Minjae-An Minjae-An self-assigned this May 30, 2024
@Minjae-An Minjae-An linked an issue May 30, 2024 that may be closed by this pull request
채팅 메시지 조회시 읽기 처리가 반영되도록 잘못된 트랜잭션 선언 수정
@Minjae-An Minjae-An changed the title [BE] 채팅 요청 수락 로직 수정(#105) [BE] 채팅 연관 로직 수정(#105) May 30, 2024
@Minjae-An Minjae-An closed this May 30, 2024
@Minjae-An Minjae-An reopened this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 채팅 연관 로직 수정
1 participant