sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Decouple scraper from v1 API #395

Open bepetersn opened 10 years ago

bepetersn commented 10 years ago

This is a multi-part task. The first part is to pull the ng_scraper command out of django's management (done with #343) and to modify the scraper to archive the results of a scrape (see #432).

The scraper will no longer need to deal with "discharging" inmates. To the extent this still needs to be done, it will be handled by client APIs (see #419). Some amount of work still needs to be done in extracting the old database-related functionality from the scraper (see future issue).

bepetersn commented 10 years ago

343 is done.

bepetersn commented 10 years ago

It would be best to get #406 and also #419 done on the v2 branch before any of these other issues are deployed to the server. However, work can now continue on the master branch on these remaining modifications to the scraper.

As soon as it does, we will be in the midst of merging v1 and v2!!!! @wilbertom

wilbertom commented 10 years ago

Check out the new repository. Almost working. We should migrate scraper issues over to that repository.