codeforamerica / criminal_case_search

Prototype app for filtering NYC Arrest/Arraignment data based on flexible criteria.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

There are no current or upcoming court dates. #102

Closed djoaquin closed 11 years ago

djoaquin commented 11 years ago

All next court appearances are dates that have already happened.

yesezra commented 11 years ago

Our sample data generator sets the court dates based on when you generate the data. Currently, it randomly chooses court dates 1 to 8 days from the date you generate the data.

For testing purposes, the easiest thing to do would be to re-generate the data. I'll do that now. Is this enough?

djoaquin commented 11 years ago

Yes, that would work.

djoaquin commented 11 years ago

I saw the updated dates. Now there are upcoming ones but none for today.

yesezra commented 11 years ago

Got it. Check it out now – look good?

djoaquin commented 11 years ago

Yes, thanks.

waltz commented 11 years ago

I just re-generated the data a few minutes ago, so it should be good-to-go now. It seems like it's still not showing anything for today. Hmm… 

On September 25, 2013 at 1:02:24 PM, Ezra Spier (notifications@github.com) wrote:

Our sample data generator sets the court dates based on when you generate the data. Currently, it randomly chooses court dates 1 to 8 days from the date you generate the data.

For testing purposes, the easiest thing to do would be to re-generate the data. I'll do that now. Is this enough?

— Reply to this email directly or view it on GitHub.