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 #98] 채팅방 생성 API #107

Merged
merged 20 commits into from
Sep 14, 2024
Merged

[feat #98] 채팅방 생성 API #107

merged 20 commits into from
Sep 14, 2024

Conversation

hyun2371
Copy link
Member

관련 이슈

📑 작업 상세 내용

  • chatRoom entity 수정
    • isAccepted 추가
    • 질문글 questioner과 구분 위해 inquirer 로 네이밍 변경
  • kst처럼 시간 가져올 수 있도록 converter 추가

💫 작업 요약

  • 채팅방 생성 API

@hyun2371 hyun2371 added the ✨ feat 기능 추가 label Sep 13, 2024
@hyun2371 hyun2371 requested a review from dudxo September 13, 2024 07:19
@hyun2371 hyun2371 self-assigned this Sep 13, 2024
@hyun2371 hyun2371 linked an issue Sep 13, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Sep 13, 2024

Code Coverage

Overall Project 85.2% -0.64% 🍏
Files changed 80.17% 🍏

File Coverage
ChatRoomController.java 100% 🍏
DateToLocalDateTimeKstConverter.java 100% 🍏
LocalDateTimeToDateKstConverter.java 100% 🍏
ChatRoom.java 100% 🍏
ChatRoomService.java 82.76% -17.24% 🍏
ChatMessageService.java 10.26% -35.9%
ChatMessageController.java 0% 🍏

Copy link

github-actions bot commented Sep 13, 2024

Test Results

 23 files   23 suites   13s ⏱️
104 tests 104 ✅ 0 💤 0 ❌
105 runs  105 ✅ 0 💤 0 ❌

Results for commit 011d4d3.

♻️ 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.

수고하셨습니다~

@hyun2371 hyun2371 merged commit de01f3a into dev Sep 14, 2024
3 checks passed
@hyun2371 hyun2371 deleted the feat/#98/create-chat-room branch September 14, 2024 08:14
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.

✨ 채팅방 생성 API
2 participants