Refactor/#53 서류 심사, 면접 심사 리스트 조회 시 recruitmentStatus가 응답되도록 추가 #54
Refactor/#53 서류 심사, 면접 심사 리스트 조회 시 recruitmentStatus가 응답되도록 추가 #54
Conversation
Walkthrough4개 파일에서 Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧬 Code graph analysis (1)src/main/java/com/unionmate/backend/domain/council/application/usecase/CouncilManageUsecase.java (1)
🔇 Additional comments (4)
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 |
| return rows.stream() | ||
| .map(row -> CouncilApplicantResponse.of( | ||
| row.name(), row.email(), row.tel(), row.appliedAt(), row.evaluationStatus() | ||
| row.name(), row.email(), row.tel(), row.appliedAt(), row.evaluationStatus(), row.recruitmentStatus() |
Related issue 🛠
작업 내용 💻
스크린샷 📷
같이 얘기해보고 싶은 내용이 있다면 작성 📢
Summary by CodeRabbit
릴리스 노트