Skip to content

[Fix] RecordPost 목록·상세 조회 차단 유저 필터링 누락 수정#213

Merged
pooreumjung merged 2 commits into
developfrom
fix/#203-record-post-block-filter
Jun 19, 2026
Merged

[Fix] RecordPost 목록·상세 조회 차단 유저 필터링 누락 수정#213
pooreumjung merged 2 commits into
developfrom
fix/#203-record-post-block-filter

Conversation

@pooreumjung

Copy link
Copy Markdown
Member

🧾 요약

  • RecordPost 목록·상세 조회 시 차단한 유저의 게시글이 그대로 노출되는 버그 수정

🔗 이슈

✨ 변경 내용

  • PostBlockPolicy 컴포넌트 신규 추가 — FreePost·RecordPost 공통 차단 필터링 로직 분리
  • RecordPostRepositoryfindVisibleExcludingAuthors 쿼리 추가
  • RecordPostService.getListviewerId 파라미터 추가 및 차단 유저 필터링 적용
  • RecordPostService.getDetail에 차단 유저 접근 차단 처리 추가
  • FreePostServicePostBlockPolicy를 통해 동일 패턴으로 통일
  • PostBlockPolicyTest, RecordPostServiceTest 테스트 추가

✅ 확인

  • 빌드 OK
  • 테스트 OK

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cc357e51-8112-49cc-af99-8b302b34c0c8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/#203-record-post-block-filter

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pooreumjung pooreumjung self-assigned this Jun 19, 2026
@pooreumjung pooreumjung added the bug Something isn't working label Jun 19, 2026
@pooreumjung pooreumjung merged commit da1e702 into develop Jun 19, 2026
3 checks passed
@gemini-code-assist

Copy link
Copy Markdown

Warning

Gemini encountered an error creating the summary. You can try again by commenting /gemini summary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] RecordPost 목록에서 차단 유저 필터링 누락

1 participant