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

Ceqr and ulurp redirect urls #48

Closed chriswhong closed 6 years ago

chriswhong commented 6 years ago

Adds a GET /projects/ceqr/:ceqrnumber route, which will redirect to a project page (if the ceqrnumber is found) or to the filter page ( if it is not found).

Adds a GET /projects/ulurp/:ulurp route, which does the same for a ulurp number

This is useful for allowing an app that has ceqr or ulurp numbers to build URLs to link to ZAP projects (like ZoLa)

allthesignals commented 6 years ago

Can you rebase? There are some duplicate commits

allthesignals commented 6 years ago

Amazing feat