feat: 추천 응답에 추천 근거 데이터 제공 - #172
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
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.
관련 이슈
변경 내용
input_snapshot_json에 구조화해 저장recommendation_basis제공ar_mode제공작업 목적
추천 화면의 "추천 근거 데이터" 영역을 별도 API 조합이나 추정 없이 생성 시점의 일관된 데이터로 표시하기 위함입니다.
테스트 방법
./gradlew test --no-daemon(548 tests)체크리스트
기타 사항
기존 추천 실행처럼
recommendation_basis스냅샷이 없는 데이터는 해당 필드를 null로 응답하며, 이후 추천 생성 시 레거시 실행을 재사용하지 않습니다.