Dpetters / Umeqo

0 stars 0 forks source link

Try to fix unparsable resumes #376

Closed Dpetters closed 11 years ago

Dpetters commented 12 years ago

On prod, if you run python manage.py reparse_resumes (without the --all flag), the script will attempt to parse the resumes of people who it couldn't previously parse. There are a few students (see below) it can't parse the resume for due to a variety of reasons. Some involve font type packs missing, and might be fixable. We should look into it eventually.

Right now these students' resumes can't be parsed- "Douglas Feigelson, Mengjie Ding, Ameesh Goyal, Katy Gero, Katarina Struckmann, John Chow, Giulia Pantalone"

Dpetters commented 12 years ago

I completely refactored the way resume validation is done such that we should no longer have unparsable resume ever. I'm leaving the resume checking cronjob running for the moment though just in case.

And I still need to get a new resume from about 3 students whose resumes are currently unparsable.

Dpetters commented 11 years ago

done