-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat/get crew home] 크루홈 조회 api 구현 #87
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…IS-101-crew-update
ekgns33
reviewed
Mar 6, 2025
src/main/java/com/run_us/server/domains/crew/controller/model/response/GetCrewHomeResponse.java
Outdated
Show resolved
Hide resolved
ekgns33
reviewed
Mar 6, 2025
src/main/java/com/run_us/server/domains/crew/controller/model/response/SimpleUserInfo.java
Outdated
Show resolved
Hide resolved
ekgns33
approved these changes
Mar 6, 2025
Collaborator
ekgns33
left a comment
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.
고생하셨슴돠!
src/main/java/com/run_us/server/domains/crew/domain/CrewMonthlyRecord.java
Show resolved
Hide resolved
src/main/java/com/run_us/server/domains/crew/service/CommandCrewService.java
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업한 내용을 설명해주세요 ✔️
크루에 가입된 사람만 조회할 수 있는 크루홈 조회입니다.
리뉴얼 후에도 이 기능이 남아있다면 추후 구현하도록 하겠습니다.
** 크루홈 조회에서 유저 정보를 조회하는 부분이 있는데,
이 때 테스트용 회원가입&로그인을 사용한 계정일 경우 User 의 Profile 이 존재하지 않아서 에러가 난다는 점 참고해주세요. DB 에서 해당 계정 profile 넣어줘야 정상 작동합니다.
감사합니다.
확인하기
System.out을 제거했나요?