NYCPlanning / deprecated-labs-zap-api

Deprecated version of the ZAP API, see https://github.com/NYCPlanning/labs-zap-api
Other
5 stars 3 forks source link

Refactor projects route for consistency #22

Closed allthesignals closed 6 years ago

allthesignals commented 6 years ago

This PR:

  1. Moves SQL queries expressed as template literals into pg-promise QueryFiles, specifically: generate-vector-tile and bounding-box-query;
  2. Removes some "array of quoted strings" type munging and replaces with pg-promise API;
  3. Simplifies grouping of Approved and Withdrawn into a global facet for the index query;