Skip to content

[HOTFIX] 인기 피드 소설 정보 null 반환 방지 - #587

Merged
GiJungPark merged 1 commit into
mainfrom
hotfix/#586
Aug 3, 2026
Merged

[HOTFIX] 인기 피드 소설 정보 null 반환 방지#587
GiJungPark merged 1 commit into
mainfrom
hotfix/#586

Conversation

@GiJungPark

@GiJungPark GiJungPark commented Aug 3, 2026

Copy link
Copy Markdown
Member

Related Issue

Key Changes

  • GET /feeds/popular 후보 조회에서 소설과 장르를 내부 조인하여 소설 또는 장르 정보가 없는 피드를 추천 결과에서 제외했습니다.
  • 응답 상세 조회에서도 유효한 소설 연결과 장르 존재 여부를 다시 검증하여 novelTitle, novelImage, novelGenre가 null로 반환되는 경로를 차단했습니다.

To Reviewers

  • 운영 main의 v1.4.8 커밋에서 분기한 단일 핫픽스로, 현재 dev의 다른 변경은 포함하지 않습니다.
  • 좋아요 임계치, 개인화 조건, 후보 수, 랜덤 선택 정책과 API 응답 구조는 변경하지 않았습니다.
  • DB 스키마 및 데이터 변경이 없어 별도 DDL은 필요하지 않습니다.

References

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@GiJungPark
GiJungPark marked this pull request as ready for review August 3, 2026 10:21
@github-actions
github-actions Bot requested review from ljy1348 and sansan20535 August 3, 2026 10:22
@GiJungPark
GiJungPark merged commit a151165 into main Aug 3, 2026
3 checks passed
@GiJungPark GiJungPark linked an issue Aug 4, 2026 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HOTFIX] 인기 피드 응답의 소설 정보 null 반환 방지

1 participant