[FEAT/#367] 백오피스 신고 관리 및 채팅 차단 API 추가#370
Open
BAEK0111 wants to merge 6 commits into
Open
Conversation
[FIX/#364] 도메인 변경 assu.shop → assu.site
- 두 멤버 간 채팅 차단/해제 API 추가 (POST/DELETE /backoffice/chat/block/between)
- 멤버 채팅 전체 차단/해제 API 추가 (POST/DELETE /backoffice/chat/block/member/{memberId})
- Member 엔티티 chatBlocked 필드 추가
- handleMessage 차단 검증 로직 추가
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 리뷰/건의글 소프트 삭제 (PROCESSED 이벤트 → ReportedStatus.DELETED 동기화) - 신고 기각 API (REJECTED 이벤트 → ReportedStatus.NORMAL 복구) - 신고 목록 조회 API (pending/processed/rejected 필터) - ReportStatus에서 UNDER_REVIEW 제거 - ReportStatusSyncService: PROCESSED → DELETED, REJECTED → NORMAL 매핑 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TINYINT(1)은 H2 2.x에서 지원되지 않아 CI 테스트 실패 유발. BOOLEAN DEFAULT FALSE로 변경 (MariaDB에서 BOOLEAN = TINYINT(1) synonym). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
eeeeeaaan
approved these changes
Jul 6, 2026
Contributor
There was a problem hiding this comment.
가독성...이나 코드 활용성 측면에서 계속 member가 있는지 확인하고 exception을 날리는 코드가 여러개 보이는데 하나의 함수로 빼서 활용해도 좋을 것 같습니다.(귀찮으면 패스)
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.
#️⃣연관된 이슈
📝작업 내용
🔎코드 설명(스크린샷(선택))
💬고민사항 및 리뷰 요구사항 (Optional)
비고 (Optional)