AI-powered supervisor recommendations based on coursework, travel preference, distance, and workload
Awaiting Assignment
{{ $stats['total_unassigned'] }}
Already Assigned
{{ $stats['total_assigned'] }}
{{ session('success') }}
{{ session('error') }}
| Student | Program | Company | Job Scope | Action |
|---|---|---|---|---|
|
{{ $student->user->name }}
{{ $student->studentID }}
|
{{ $student->program ?? 'N/A' }}
|
@if($student->acceptedPlacementApplication)
{{ $student->acceptedPlacementApplication->companyName }}
{{ $student->acceptedPlacementApplication->companyCity }}, {{ $student->acceptedPlacementApplication->companyState }}
@else
N/A
@endif
|
@if($student->acceptedPlacementApplication && $student->acceptedPlacementApplication->jobscope)
{{ $student->acceptedPlacementApplication->jobscope }}
@else
N/A
@endif
|
|
|
All students have been assigned supervisors! Great job! All students with accepted placements now have supervisors. |
||||
Based on coursework match, travel preference, proximity, and workload analysis
Name:
{{ $selectedStudent->user->name }}
Student ID:
{{ $selectedStudent->studentID }}
Program:
{{ $selectedStudent->program ?? 'N/A' }}
Company:
{{ $selectedStudent->acceptedPlacementApplication->companyName }}
Job Scope:
{{ $selectedStudent->acceptedPlacementApplication->jobscope ?? 'N/A' }}
No recommendations available
This could be due to:
{{ $lecturer->lecturerID }} • {{ $lecturer->department ?? 'N/A' }}
Note: System will automatically add recommendation details to the assignment.