AI Analysis: show match score on index and dashboard
This commit is contained in:
@@ -41,7 +41,8 @@ Route::get('/dashboard', function () {
|
||||
'name' => $candidate->user->name,
|
||||
'email' => $candidate->user->email,
|
||||
'status' => $candidate->status,
|
||||
'weighted_score' => $candidate->weighted_score
|
||||
'weighted_score' => $candidate->weighted_score,
|
||||
'ai_analysis' => $candidate->ai_analysis
|
||||
];
|
||||
})
|
||||
->values()
|
||||
|
||||
Reference in New Issue
Block a user