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

[feat #92] 채팅방 메시지 조회 API #93

Merged
merged 18 commits into from
Aug 29, 2024

Conversation

hyun2371
Copy link
Member

관련 이슈

📑 작업 상세 내용

  • mongoDB 세팅
    • docker-compose.yml 작성
    • test container에 mongo container 추가
  • 채팅 메시지 저장 API
    • DB에 저장되는지 확인차 임시로 만들었습니다
    • 웹소켓 구현되면 삭제할 예정입니다.
  • 채팅 메시지 조회 API
    • 채팅방 아이디에 따라 최신순으로 조회

💫 작업 요약

  • mongoDB 세팅
  • 채팅방 메시지 조회 API

🔍 중점적으로 리뷰 할 부분

  • yml 파일 수정해서 노션에 업데이트 했습니다!

@hyun2371 hyun2371 added ✨ feat 기능 추가 ⚙️ chore 환경 세팅 labels Aug 29, 2024
@hyun2371 hyun2371 requested a review from dudxo August 29, 2024 11:59
@hyun2371 hyun2371 self-assigned this Aug 29, 2024
@hyun2371 hyun2371 linked an issue Aug 29, 2024 that may be closed by this pull request
3 tasks
Copy link

github-actions bot commented Aug 29, 2024

Code Coverage

Overall Project 83.75% -0.86% 🍏
Files changed 60.53%

File Coverage
ChatMessage.java 100% 🍏
ChatRoomService.java 52.17% -47.83%
MessageType.java 50% -14.58%
ChatRoomController.java 42.86% -57.14%

Copy link

github-actions bot commented Aug 29, 2024

Test Results

20 files  20 suites   12s ⏱️
96 tests 96 ✅ 0 💤 0 ❌
97 runs  97 ✅ 0 💤 0 ❌

Results for commit a0552bf.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@dudxo dudxo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

도커 몽고 DB 설정, 테스트 컨테이너 설정까지 하시느라 힘드셨겠네요ㅜ
수고 많으셨습니다!

@hyun2371 hyun2371 merged commit 65565f7 into dev Aug 29, 2024
3 checks passed
@hyun2371 hyun2371 deleted the feat/#92/mongo-db-chat-message branch August 30, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ chore 환경 세팅 ✨ feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 채팅방 메시지 조회 API
2 participants