-
Notifications
You must be signed in to change notification settings - Fork 9
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
640 방 나가기 api #677
The head ref may contain hidden characters: "640-\uBC29-\uB098\uAC00\uAE30-API"
640 방 나가기 api #677
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API 작성하시느라 고생 많으셨습니다.
수정하실 부분 마저 수정하시고 commit 부탁드려요.
익셉션 처리는 그냥 넘기시면 한번에 바꾸겠습니다
gg-pingpong-api/src/main/java/gg/party/api/user/room/controller/RoomController.java
Outdated
Show resolved
Hide resolved
gg-pingpong-api/src/main/java/gg/party/api/user/room/controller/RoomController.java
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #677 +/- ##
============================================
+ Coverage 74.16% 74.22% +0.05%
+ Complexity 737 733 -4
============================================
Files 166 164 -2
Lines 3178 3162 -16
Branches 340 337 -3
============================================
- Hits 2357 2347 -10
+ Misses 677 674 -3
+ Partials 144 141 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다.
- 참여 인원 0명 됐을 때 저장 안 되는 에러 수정 - 유저의 참여 방 여러 개 일 때 다른 방에서 나가는 에러 수정
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
커멘트 내용 같이 보면서 수정했습니다
...gpong-api/src/main/java/gg/party/api/user/room/controller/response/LeaveRoomResponseDto.java
Outdated
Show resolved
Hide resolved
@@ -1,6 +1,7 @@ | |||
package gg.data.party; | |||
|
|||
import java.time.LocalDateTime; | |||
import static gg.utils.exception.BusinessChecker.*; | |||
import static gg.utils.exception.ErrorCode.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
static 처음보네요 음 뭐 없으면 안된다니 참고하겠습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다
📌 개요
💡Issue 번호