Feat: 채팅 기능 개선 - #23
Merged
Merged
Conversation
- 채팅방 목록에 마지막 메시지 미리보기/시각 표시 - last_read_message_id 마이그레이션 추가 - 응답 ApiResponse 래핑, In/Out 스키마 네이밍, ConfigDict 통일 - ChatServiceDep 의존성 패턴 적용 - 프론트: 안읽은 뱃지, 읽음 처리 연동, 마지막 메시지 미리보기, 응답 언랩 대응
- 채팅방 목록 실시간 갱신 (안 보는 방 메시지도 미리보기/안읽음 카운트 반영) - 채팅방 삭제 시 room_deleted 브로드캐스트로 상대방 실시간 반영
Closed
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 변경 내용
채팅 모듈에 실사용 기능들을 추가하고 실시간 구조를 개편했습니다.
last_read_message_id기반 읽음 API + 방별 안읽은 카운트🎯 변경 이유
기존 채팅은 "Redis 브로드캐스트 + DB 저장" 기본 골격만 있어 읽음 상태·접속 상태·유실 복구 등 실사용 기능이 비어 있었습니다. 실제 사용 가능한 수준으로 채웠습니다.
🔗 관련 이슈
🧪 테스트 방법
테스트 상세
✅ 체크리스트