feat(moderation): 공유글 신고 및 공유 활동 중지 기능, 피드 조회 시 신고글 필터링 구현#127
Merged
feat(moderation): 공유글 신고 및 공유 활동 중지 기능, 피드 조회 시 신고글 필터링 구현#127
Conversation
ContentReport 엔티티 및 마이그레이션 추가, 서비스 단에서 신고 로직과 공유 활동 중지 판단 로직 구현, 공유글 신고 API 추가
공유 시작 시 SharingSuspensionService로 차단 여부 확인하고 ShareStartResponse 반환, 기존 204 No content에서 200 ok로 공유되었는지 차단되었는지 여부 반환, 피드에서도 공유 차단된 유저, 신고된 공유글 제외, 신고를 위해 FeedResponse에 dailyReportId 필드 추가
Collaborator
|
굳굳! |
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.
📝 요약(Summary)
사용자가 부적절한 공유글을 신고하고, 신고가 누적된 유저의 공유 활동을 중지하는 기능을 구현했습니다.
공유글 신고 API (POST /api/moderation/reports)
공유 활동 자동 중지
피드 필터링
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.