memberActivity 내부 lazy initialization exception 에러 해결#254
Merged
Hwangseoeun merged 2 commits intodevfrom Feb 2, 2026
Merged
Conversation
|
Caution Review failedThe pull request is closed. 📝 Walkthrough요약Walkthrough사용자의 활동 통계와 인증 정보를 조회하는 로직을 리팩토링했습니다. 분산된 메서드 호출들을 새로운 MyActivityStatsAndCertificationsDto를 통해 단일 서비스 메서드로 통합하고, 여러 헬퍼 메서드의 가시성을 private으로 변경했습니다. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
😉 연관 이슈
Resolves #253
🧑💻 수행 작업
📢 참고 사항
V2 문서 변경은 값만 하나 바꿔주면 되는 간단한 작업이여서 해당 PR에서 같이 처리하였습니다..!
Summary by CodeRabbit
주요 변경 사항
리팩토링
테스트