Yashdew / Assessor

An open-source Resume Analyzer and Ranking tool for recruiters and candidates.
http://assessor.vercel.app/
MIT License
18 stars 8 forks source link

New route: post Job description #35

Closed matheusinit closed 2 years ago

matheusinit commented 2 years ago

Fix issue #34

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @Yashdew on Vercel.

@Yashdew first needs to authorize it.

Yashdew commented 2 years ago

hey @matheusinit, Can you raise a PR into dev branch? It's because main branch is for production.

matheusinit commented 2 years ago

Okay, done.

AK9175 commented 2 years ago

Okay, done.

Hey @matheusinit i forgot to mention but can you please write the validation and error handling code in api/resume/extraction/utils.py.py Thanks

matheusinit commented 2 years ago

Done it. Code in utils.py. The formatting to capitalize and title string in routes.py need to be moved to utils.py as well? Thanks.

Yashdew commented 2 years ago

@AK9175 Kindly look into it!

matheusinit commented 2 years ago

@AK9175 Sorry about the mistake. Correction and string validation to special characters and numbers done.