-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature/Room] Implement random profile generation #53
Conversation
…ture/random-profile # Conflicts: # kok-api/src/main/java/com/kok/kokapi/room/application/service/RandomProfileService.java # kok-api/src/main/java/com/kok/kokapi/room/application/service/RoomParticipantService.java
편하실때 리뷰 부탁드려요~! |
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.
LGTM! 소소한 리뷰 조금씩 남겨보았습니다!
수고하셨어용><
kok-api/src/main/java/com/kok/kokapi/room/adapter/in/dto/response/RoomDetailResponse.java
Outdated
Show resolved
Hide resolved
kok-api/src/main/java/com/kok/kokapi/room/adapter/in/web/RoomProfileController.java
Outdated
Show resolved
Hide resolved
kok-api/src/main/java/com/kok/kokapi/room/adapter/out/persistence/RoomMemberQueryAdapter.java
Outdated
Show resolved
Hide resolved
kok-core/src/main/java/com/kok/kokcore/room/application/port/out/LoadRoomMemberPort.java
Outdated
Show resolved
Hide resolved
kok-core/src/main/java/com/kok/kokcore/room/usecase/CreateRoomUseCase.java
Outdated
Show resolved
Hide resolved
kok-api/src/main/java/com/kok/kokapi/room/adapter/in/web/RoomController.java
Show resolved
Hide resolved
...i/src/main/java/com/kok/kokapi/room/adapter/out/persistence/RoomParticipantQueryAdapter.java
Outdated
Show resolved
Hide resolved
private final ObjectMapper objectMapper; | ||
|
||
@Override | ||
public void joinRoom(String roomId, Member member) { |
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.
이 지점에서 memberId 를 리턴해주는것이 좋을것 같다는 의견입니다!
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.
우선 여기에서 memberId를 리턴하는 방식으로 수정했어요
다 수정했어요 |
#️⃣ 연관된 이슈
📝 작업 내용
📸 스크린샷 (선택)
💬 리뷰 요구사항(선택)