Interview: link to the full application from the interviewee card#1927
Interview: link to the full application from the interviewee card#1927rappm wants to merge 1 commit into
Interview: link to the full application from the interviewee card#1927Conversation
Add a "View full application" action to the interviewee card that deep-links to the applicant's participant detail in the course's Application phase. That page shows the full application answers and the student's previous-course enrollments, so interviewers get the extra context without leaving the flow. The Application phase is resolved from the course store; the action is hidden when the course has no Application phase. Auth aligns: both the interview management pages and the application detail route require PromptAdmin or CourseLecturer. Part of #1199
|
Warning Review limit reached
Next review available in: 16 seconds 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: defaults Review profile: CHILL Plan: Pro 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 |
📝 Pull Request Template
Use this template to provide all necessary information for reviewing and testing your changes.
✨ What is the change?
Adds a "View full application" action to the interviewee card (
StudentCard). It deep-links to the applicant's participant detail in the course's Application phase (/management/course/<courseId>/<applicationPhaseId>/participants/<participationId>).The target Application phase is resolved from the course store; the action is hidden when the course has no Application phase. On the overview grid the click is stopped from bubbling so it doesn't also open the interview detail.
📌 Reason for the change / Link to issue
Interviewers wanted more context (full application, previous courses, …) from the interviewee card. The linked application detail page already renders the full application answers and the student's previous-course enrollments, so a single link surfaces that context without duplicating it here.
Note: showing previous-course enrollments inline in the interview card is intentionally not part of this PR. The only enrollments endpoint (
/api/students/:id/enrollments) requires the instance-widePROMPT_Lecturer/admin role, so a regular course lecturer gets a 403; doing it inline for them would need a new phase-scoped backend endpoint. That is left as a follow-up.Part of #1199
🧪 How to Test
🖼️ Screenshots (if UI changes are included)
✅ PR Checklist