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

do actual processing for v2 "/process" route #406

Closed bepetersn closed 10 years ago

bepetersn commented 10 years ago

See #398 for charges, #399 for court locations, and #400 for housing locations.

Beyond these models and what we store on the Person model, however, processing can't actually be fully completed until we have to have all of our temporal models done (see #401) .

wilbertom commented 10 years ago

Temporal models are done but we aren't taking this route. I'm closing.