You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [chore] : MongoDB 의존성 추가
* [chore] : docker-compose에 mongo 이미지 추가
* [feat] : messageType 변환 예외 구체화
* [feat] : chatMessage 엔티티 -> 몽고 DB collection으로 변경
* [feat] : 채팅 메시지 요청 dto 추가
* [feat] : 채팅 메시지 응답 dto 추가
* [feat] : 채팅 메시지<-> dto mapper 추가
* [feat] : 채팅 메시지 mongoRepository 추가
* [feat] : 채팅 메시지 저장, 조회 비즈니스 로직 추가
* [feat] : 채팅 메시지 저장, 조회 API 로직 추가
* [feat] : 채팅 메시지 조회 비즈니스 로직 테스트
* [test] : 테스트 컨테이너에 MongoDB 컨테이너 추가
* [test] : 채팅방 메시지 조회 통합 테스트 작성
* [rename] : chatMessage-> chatRoom으로 파일명 수정
* [chore] : PR시 배포 되도록 임시 수정
* [style] : 함수명 복수형으로 변경
* [feat] : dto validation 추가
* [chore] : cd 스크립트 원복
⚜️ To do
The text was updated successfully, but these errors were encountered: