Skip to content

Commit

Permalink
Add advisor to PhD hiring export (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan authored Aug 12, 2024
1 parent 50d1b6a commit 2dd2307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/api/academics/hiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def get_hiring_summary_csv(
"pid",
"onyen",
"email",
"advisor",
"program_pursued",
"intro_video_url",
"student_preferences",
Expand All @@ -262,6 +263,7 @@ def get_hiring_summary_csv(
"pid": d.applicant.pid,
"onyen": d.applicant.onyen,
"email": d.applicant.email,
"advisor": d.advisor,
"program_pursued": d.program_pursued,
"intro_video_url": d.intro_video_url,
"student_preferences": ", ".join(d.student_preferences),
Expand Down

0 comments on commit 2dd2307

Please sign in to comment.