[FEATURE] 외주 상세 조회시 디자이너 참여 여부 필드값 추가#110
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthrough외주 상세 조회 응답에 디자이너의 지원 여부를 나타내는 applied 필드가 추가되었다. CommissionFacade는 커미션 상태가 RECRUITING이고 조회자가 디자이너인 경우 ApplicationService를 통해 대기 중인 지원 여부를 계산하고, CommissionDetailMapper를 통해 응답에 전달한다. Changes외주 상세 조회 지원 여부 필드 추가
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Jong0128
approved these changes
Jul 9, 2026
Jong0128
left a comment
Collaborator
There was a problem hiding this comment.
수고하셨습니다 😄
바로 merge해도 좋을꺼같습니다!!
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 #109
#️⃣ Summary
applied)를 내려줘 프론트가 참여/참여취소 버튼을 분기할 수 있도록 했습니다.🔧 Changes
CommissionDetailResponse에 디자이너 지원 여부 필드applied추가📸 Test Evidence
💬 Reviewer Notes
true-> RECRUITING & PENDING 지원 있음false-> RECRUITING & 미지원null-> 강사이거나 모집 중이 아님Summary by CodeRabbit
새 기능
개선 사항