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 we want a JailStay API? Or is Person good enough, and just pull in related fields? #405

Closed bepetersn closed 10 years ago

bepetersn commented 10 years ago

paging @wilbertom

wilbertom commented 10 years ago

I think jailStay is the main model

On Tue, May 20, 2014 at 9:18 PM, Brian Everett Peterson < notifications@github.com> wrote:

@wilbertom https://github.com/wilbertom, your thoughts, please?

— Reply to this email directly or view it on GitHubhttps://github.com/sc3/cookcountyjail/issues/405 .

bepetersn commented 10 years ago

We talked about it, and the easiest thing to do is to give JailStay its own API, but also default to pulling in JailStay objects for the Person model.