bnjy-opengov / chi-solicitations-feed

Wrapping the City of Chicago's publishing of solicitations in a machine-readable way.
1 stars 1 forks source link

Search contracts and bids by date feature #2

Closed pebreo closed 10 years ago

pebreo commented 10 years ago

Feature: Search data by date

Scenario: Search the contracts awarded data by date
  Given the data exists in our database
  When I select a date range
  Then I should see a table of the results

Scenario: Search the bids (solications) data by date
  Given the data exists in our database
  When I select a date range
  Then I should see a table of the results
nrrb commented 10 years ago

I think we should endeavor to scrape everything, and periodically re-run our scraper to capture new stuff. Remember that the immediate goal of this project is to output JSON. An application further down the data food chain will consume that JSON and can provide search functionality there.

pebreo commented 10 years ago

Oh, then I think Sandman would be great because it allows you to easily make JSON REST access to data:

http://www.jeffknupp.com/blog/2013/07/23/sandman-a-boilerplatefree-python-rest-api-for-existing-databases/