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

revise milestone query to use new milestone labels #105

Closed hannahkates closed 5 years ago

hannahkates commented 5 years ago

This PR updates the show.sql to query for the new milestone labels that were rolled in the ZAP db schema changes. It also changes their order to match their listed order in the front-end code to make it more obvious when they do or don't match up (i.e. are we querying for milestones that aren't used in the front-end or visa versa?).

Corresponding changes to front-end will be implemented here: https://github.com/NYCPlanning/labs-zap-search/pull/460