[BUG] 매칭 중 외주 조회 시 지원자 없으면 외주가 결과에서 누락됨#90
Conversation
|
Warning Review limit reached
Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 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
left a comment
There was a problem hiding this comment.
오..!! 이런 버그가 있었군요...
찾아줘서 감사합니다!! 바로 merge 해주셔도 좋을꺼같습니다 👍
🚀 Related issue
Closes #89
#️⃣ Summary
GET /api/v1/instructors/dashboards/matchings) 시 지원자 없으면 외주가 결과에서 누락되는 문제를 해결했습니다.🔧 Changes
📸 Test Evidence
💬 Reviewer Notes
Hibernate: select c1_0.commission_id, c1_0.additional_concept, c1_0.application_deadline, c1_0.assigned_designer_id, c1_0.category_type, c1_0.color_selection_mode, c1_0.created_at, c1_0.final_deadline, c1_0.first_draft_deadline, c1_0.instructor_id, c1_0.max_revision, c1_0.size, c1_0.plan_code, c1_0.selected_at, c1_0.status, c1_0.title, c1_0.updated_at, count(distinct d1_0.level), count(ca1_0.commission_application_id) from commissions c1_0 left join commission_applications ca1_0 on ca1_0.commission_id=c1_0.commission_id and ca1_0.status=? join designers d1_0 on d1_0.designer_id=ca1_0.designer_id where c1_0.instructor_id=? and c1_0.status=? group by c1_0.commission_id order by c1_0.application_deadlineHibernate: select c1_0.commission_id, c1_0.additional_concept, c1_0.application_deadline, c1_0.assigned_designer_id, c1_0.category_type, c1_0.color_selection_mode, c1_0.created_at, c1_0.final_deadline, c1_0.first_draft_deadline, c1_0.instructor_id, c1_0.max_revision, c1_0.size, c1_0.plan_code, c1_0.selected_at, c1_0.status, c1_0.title, c1_0.updated_at, count(distinct d1_0.level), count(ca1_0.commission_application_id) from commissions c1_0 left join commission_applications ca1_0 on ca1_0.commission_id=c1_0.commission_id and ca1_0.status=? left join designers d1_0 on d1_0.designer_id=ca1_0.designer_id where c1_0.instructor_id=? and c1_0.status=? group by c1_0.commission_id order by c1_0.application_deadline