Yoann Sculo
Yoann Sculo
Counter values differ from the number of displayed offers (without any filter) For instance, my counters show: ``` All 575 offers 538 filtered offers (93.57%) 37 blacklisted offers (6.43%) ```...
In the index.html file: - remove or fill out dead links/buttons - maybe improve the design if it doesn't take to much time
- [ ] create a department field in the jb_Apec table - [ ] parse location data and extract department or guess the department according to the city. - [...
It seems all the extracted fields from Apec offers loose their encoding during the analyzing process.
``` (jobcatcher)yoann@yoann:~/dev/perso/JobCatcher$ python jobcatcher.py --all Download http://www.centrejob.com/fr/rss/flux.aspx?&fonction=10 Traceback (most recent call last): File "jobcatcher.py", line 879, in executeall(configs) File "jobcatcher.py", line 650, in executeall downloadfeeds(conf) File "jobcatcher.py", line 679, in...
Jobcatch should not crash when a parsing error occurs. Errors should be catched and formatted for bug tracking. Error messages should Ideally have a context (feed, url, offer, etc.) to...
It would be usefull to return the global number of results when we use filters in the interface. We could maybe put it on the left of the pagination buttons.
It seems we lose information from the original publication date: ``` offer.date_pub.strftime('%Y-%m-%d %H:%M') ``` For instance, here we get only '2013-11-21 00:00' for all the offers fetched on the 11/21