feat: 회원 프로젝트 멤버 접근 검증 (#156) - #157
Merged
Merged
Conversation
Kohseoyoung
requested review from
chazy-d,
guingguing,
sangwon02 and
young0206
August 10, 2026 04:35
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthrough회원의 피드백과 답글 작업에 원 영상 프로젝트의 활성 멤버 검증을 추가했습니다. 비회원은 Changes피드백 및 답글 프로젝트 멤버 접근 제어
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
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. Comment |
sangwon02
approved these changes
Aug 10, 2026
This was referenced Aug 11, 2026
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.
🔗 관련 이슈 (Related Issue)
📝 작업 내용
회원이 자신이 속한 프로젝트의 영상에만 피드백/답글을 남기거나 조회할 수 있도록
프로젝트 멤버 검증을 추가했습니다. 기존에 게스트만 있던 접근 검증을 회원까지 대칭화합니다.
validateMemberAccess(userId, projectId)공통 메서드 추가구현 상세
existsByProjectIdAndUserIdAndLeftAtIsNull활용 (기존 status 변경 검증과 동일)테스트
./gradlew clean test통과 (112 tests)✅ PR 체크리스트
Summary by CodeRabbit
버그 수정
테스트