-
Notifications
You must be signed in to change notification settings - Fork 1
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
#62 [FEAT, FIX] Feature/edit group 그룹 api 수정 및 개발 #72
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.
고생하셨습니다!
RoomUser seletedRoomUser = roomUserRepository.findByRoom_IdAndUser_Id(roomId, selectedUserId) | ||
.orElseThrow(); |
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.
P3: 아무것도 throw하지 않은 이유가 있을까요?
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.
놓친것같습니다! 감사합니다
@@ -101,7 +102,7 @@ public BaseResponse changeRoomHost(@Parameter(hidden = true) @AuthUser Integer u | |||
|
|||
} | |||
|
|||
@Operation(summary = "그룹 디테일 보기 and 초대 받은 사람에게 보이는 그룹 정보 보기 ",description = "그룹 디테일 보기 (설정 화면) and 초대 받은 사람에게 보이는 앱 내 페이지") | |||
@Operation(summary = "그룹 디테일 보기 ",description = "그룹 디테일 보기 (설정 화면)") |
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.
P3: 혹시 코드 컨벤션 적용하셨을까요? 군데군데 적용이 되지 않은 부분이 보이는 것 같습니다.
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.
인텔리제이에서 컨트롤 알트 L을 누르면 자동으로 포맷팅 되는 기능이 있습니다! 그걸 적용하셨는지 궁금합니다!
아니면 Save and action에서 저장할 때마다 코드 포맷팅을 하는 기능도 있습니다.
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.
글 정렬은 따로 pr을 올리는 것이 좋을 것같아서 따로 pr을 올렸다가 이 pr이 머지 된후에 다시 올리려고 close 하였습니다.
다시 알려주셔서 감사합니다😃
☀️ 작업 사항
☀️ 관련 이슈
#62
☀️ 참고 사항