[refactor/#452] Recommendation 최상위 컨텍스트 패키지 승격#455
Merged
Conversation
This was referenced Jul 19, 2026
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.
❤️ 기능 설명
Recommendation 컨텍스트를 기존
com.techfork.domain.recommendation에서 최상위com.techfork.recommendation으로 승격하고 계층별 패키지 경계를 정리했습니다.domain:RecommendedPost,RecommendationHistory이동application: command/query, 추천 생성, ranking, listener, scheduler 책임 재배치config: 공용RecommendationProperties이동infrastructure: JPA repository와 Spring 설정 이동presentation: controller, converter, response DTO 이동Swagger 테스트 성공 결과 스크린샷은 API 계약 변경 없는 패키지 리팩터링이므로 아래 CLI 테스트 결과로 대체합니다.
연결된 issue
close #452
🩷 Approve 하기 전 확인해주세요!
RecommendationProperties를recommendation.config, 기술 설정인RecommendationConfig를recommendation.infrastructure.config에 배치한 경계를 확인해주세요.MmrService는 이번 패키지 승격에서는application.ranking에 유지하고, 후보 탐색/RRF/MMR 책임 분리는 #423에서 처리합니다.✅ 체크리스트