CrisisCleanup / crisiscleanup-1

[OLD] Legacy Crisis Cleanup on GAE/Python
https://sandy-disaster-recovery.appspot.com
Other
8 stars 4 forks source link

Patch for /trunk/sandy-disaster-recovery/sites_handler.py #126

Open aarontitus opened 11 years ago

aarontitus commented 11 years ago

Original author: andy.n.g...@gmail.com (January 11, 2013 00:02:28)

Allows for more robust searching, which starts to address #27.

Creates a simple gql query builder so we can safely take user input displays results by name, county, and request_date

Also receives a message from delete_handler, letting user know that the delete was successful.

Original issue: http://code.google.com/p/sandy-disaster-recovery/issues/detail?id=126

aarontitus commented 11 years ago

From rostovp...@gmail.com on January 11, 2013 17:43:19 Be aware that without caching, these requests can be prohibitively expensive for large or complicated lookups.