feat: 게스트용 영상 상세 조회 api 구현 - #179
Merged
Merged
Conversation
|
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 (6)
📝 WalkthroughWalkthrough공유 링크를 통한 게스트 영상 상세 조회 API를 추가했습니다. 공유 링크 상태와 게스트 인증 정보를 검증합니다. 게스트 전용 DTO를 반환하며, 관련 경로는 인증 없이 접근할 수 있습니다. 서비스 테스트는 성공 및 접근 거부 조건을 검증합니다. Changes게스트 영상 상세 조회
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant GuestClient
participant ShareLinkController
participant ShareLinkService
participant VideoService
GuestClient->>ShareLinkController: GET /share-links/{shareToken}/video
GuestClient->>ShareLinkController: X-Guest-Id, X-Guest-Token
ShareLinkController->>ShareLinkService: 게스트 영상 조회 요청
ShareLinkService->>ShareLinkService: 공유 링크와 게스트 인증 검증
ShareLinkService->>VideoService: 게스트 영상 상세 조회
VideoService-->>ShareLinkService: GuestVideoDetailResDTO
ShareLinkService-->>ShareLinkController: 응답 반환
ShareLinkController-->>GuestClient: 영상 및 프로젝트 정보 반환
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 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 |
young0206
requested review from
Kohseoyoung,
chazy-d,
guingguing and
sangwon02
August 12, 2026 10:50
Kohseoyoung
approved these changes
Aug 12, 2026
3 tasks
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)
Closes #178
📝 작업 내용
✅ PR 체크리스트
Summary by CodeRabbit
새 기능
버그 수정