Skip to content

[FIX] 피드 ETC 필터 조건 수정 - #625

Merged
ljy1348 merged 1 commit into
devfrom
fix/#624
Sep 14, 2026
Merged

ljy1348 merged 1 commit into
devfrom
fix/#624

Conversation

@ljy1348

@ljy1348 ljy1348 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Related Issue

Key Changes

  • ETC 단독 필터 요청에서 빈 장르 목록 때문에 전체 필터가 누락되던 문제를 수정했습니다.
  • ETC 단독 선택 시 feed.novelId IS NULL 조건이 적용되도록 변경했습니다.
  • 장르 미선택 요청은 기존처럼 작품 연결 여부를 제한하지 않습니다.
  • ETC 필터 조건 회귀 테스트를 추가했습니다.

To Reviewers

  • 로컬 서버에서 실제 API를 호출해 검증했습니다.
    • 필터 없음: 97개(작품 연결 56개, 작품 없음 41개)
    • genreNames=etc: 41개, 전부 novelId=null
    • 작품 연결 피드 혼입 0개, HTTP 200
  • 저장소 단위 테스트 5개가 통과했습니다.

References

@ljy1348
ljy1348 merged commit 0ba234e into dev Sep 14, 2026
2 checks passed
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.

[FIX] 피드 ETC 장르 필터가 작품 없는 사용자만 반환하도록 수정

2 participants