feat(friend): 홈화면에 같은 질문에 답변한 친구 프로필 표시 기능 추가#100
Merged
Conversation
HomeResponse에 answeredFriendProfiles, answeredFriendCount 필드 추가, HomeQueryService에 조건에 맞는 친구 프로필 조회 로직 구현, AnswerEntryQueryRepository에 쿼리 추가
Collaborator
|
LGTM! |
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
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.
📝 요약(Summary)
HomeResponse: answeredFriendProfiles, answeredFriendCount 필드 추가
AnswerEntryQueryRepository: findFriendsWhoAnsweredQuestion 쿼리 추가
HomeQueryService: 친구 프로필 조회 로직 구현
조회 기준:
🔗 Related Issue
💬 공유사항
UserDailyQuestion 조회 쿼리가 오늘의 질문 조회 API랑 중복되긴 하지만 질문과 친구 프로필은 관계가 없다고 생각해서 홈화면 정보 조회 API에 구현했습니다.
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.