Yoann Sculo

Results 19 issues of 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%) ```...

bug
invalid

In the index.html file: - remove or fill out dead links/buttons - maybe improve the design if it doesn't take to much time

enhancement

- [ ] create a department field in the jb_Apec table - [ ] parse location data and extract department or guess the department according to the city. - [...

enhancement

It seems all the extracted fields from Apec offers loose their encoding during the analyzing process.

bug

``` (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...

bug

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...

enhancement

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.

enhancement

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

enhancement