-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: 내가 팔로우 한 사용자들 닉네임,프로필 조회 #215
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.
굿굿 고생하셨어요
로직 정확하게 이해 완료했습니다
@@ -79,6 +87,71 @@ public FollowFindMeInfoResponse findMeFollowInfo() { | |||
return FollowFindMeInfoResponse.of(followingCount, followerCount); | |||
} | |||
|
|||
@Transactional(readOnly = true) // TODO: 로직 개선 필요 | |||
public List<FollowedMemberResponse> findAllFollowedMember() { |
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.
리소스가 앞에 가야 하므로 MemberFollowedResponse
가 적절할 것 같습니다
57e4ccd
to
558c81d
Compare
|
🌱 관련 이슈
📌 작업 내용 및 특이사항
|