Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AA-82: Assign Recruiters #99

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

Atrya537
Copy link

ℹ️ Issue

Addresses (does not fully close) (#82)

📝 Description

  • Added dropdown menu to frontend, allowing admins to select recruiters to assign a selected applicant
  • Created new database column that represents the recruiters an application has been assigned to
    • Also added a numApps (number of applications an applicant has submitted); I found that an application tracks this, so
      for functionality, I included it in the 'applications' entity
  • Began implementing a PATCH endpoint to modify a specified application

IMPORTANT NOTE - This does not yet have a working implementation of a call to the patch endpoint to update an applicant's assigned recruiters list in the database.

✔️ Verification

New database columns

Screenshot 2025-02-22 at 3 04 31 PM

Dropdown menu

Screen.Recording.2025-02-22.at.3.03.16.PM.mov

🏕️ Future Work / Notes

As noted above, I began implementing a PATCH endpoint to modify an application in the database. When I tried testing the endpoint in Postman, it gave me this error:
Screenshot 2025-02-22 at 3 14 03 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant