Union resolution, same policy as the previous merge — both feature sets kept: - app.py: scoring routes kept; main's richer GET /job/fetch (search/top/skip/ids) adopted, with the dual JOB_BOARD_VIEW-or-CANDIDATES_VIEW permission restored so recruiters with only candidate rights keep the CV Import job picker. - candidate/models.py: Candidates (scoring) coexists with main's new Interviews, Notes, Activity, Feedback models. - candidate/serializers.py: serialize_candidate kept alongside main's detail-mode serialize_candidate_profile. - CandidateProfile.jsx: main's rich tabbed profile (interviews/notes/feedback/ activity) is now THE CandidateProfile, used by TalentPool; the scored-CV modal moved to ScoredCandidateProfile.jsx, used by Candidates.jsx. The two payload shapes share almost no fields, hence two components. Backend imports verified; frontend builds clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| decorators.py | ||
| models.py | ||
| plugins.py | ||
| serializers.py | ||
| views.py | ||