hackforla / jobs-for-hope

Aggregate job opportunities for homeless service providers so that people can search for a job in the non-profit sector that fits their skillset.
MIT License
20 stars 20 forks source link

Convert scrapers into plugins #81

Closed fyliu closed 5 years ago

fyliu commented 5 years ago

Currently all scrapers are in a single file and the problem is one failure will stop all scrapers after it.

The advantage of converting them into plugins is:

It will make these future enhancements possible:

fyliu commented 5 years ago

Jobs are currently deleted before inserting new jobs. Other enhancements are made into separate issues.