feat(coll): 댓글 신고 기능 구현#110
Merged
Merged
Conversation
soonduck-dreams
approved these changes
Jul 14, 2025
Merged
soonduck-dreams
added a commit
that referenced
this pull request
Jul 15, 2025
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)
댓글 신고 기능을 구현했습니다.
📸스크린샷 (선택)
💬 공유사항
당장은 신고 사유를 받는다던가 하는 게 없어서 간단하게 구현했습니다.
댓글 id뿐만 아니라 댓글 내용까지 받는 이유는, 신고된 상태에서 수정하거나 하면 왜 신고가 들어왔는지 추적이 안될 수 있어서 로그 느낌..으로 필드를 추가했습니다.
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.