feat : 직관일지 없이 좌석시야 독립 등록 지원 #142#143
Merged
GOOHAESEUNG merged 1 commit intodevfrom Apr 6, 2026
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthrough직관일지와의 연관을 선택사항으로 변경하는 기능 개선입니다. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 검토 포인트:
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
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.
Closes #142
변경 내용
journalId선택값으로 변경 (없으면 일지와 무관하게 독립 등록)journalId있는 경우 기존과 동일하게 일지 연결 + 중복 등록 체크JournalId는 일지 없을 경우null반환수정 파일
SeatViewService.java— journalId null 분기 처리SeatCreateResDto.java— journal null 시 NPE 방지SeatCreateReqDto.java— journalId 선택값 Swagger 명시SeatViewController.java— API 설명 업데이트Summary by CodeRabbit
주요 변경사항