NYCPlanning / labs-zola

NYC Planning's Zoning and Land Use App
https://zola.planning.nyc.gov
Other
75 stars 26 forks source link

Add Search History - Revised #1199

Closed dhochbaum-dcp closed 2 months ago

dhochbaum-dcp commented 2 months ago

This PR updates @nycplanning/ember to use the branch with the newly created Zola search history functionality

image

This is the revised branch, which uses the newly created component from this pull request. Once a new version of that repo has been published we should updated package.json in this branch to ensure usage of a branch with the new component.

To pre-populate your search history, paste the below into the console.

window.localStorage["search-history"] = '[{"label":"CHRYSLER BUILDING, New York, NY, USA","bbl":"1012970023","geometry":{"type":"Point","coordinates":[-73.97533,40.751639]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"EMPIRE STATE BUILDING, New York, NY, USA","bbl":"1008350041","geometry":{"type":"Point","coordinates":[-73.985654,40.748433]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"STATUE OF LIBERTY, New York, NY, USA","bbl":"1000010101","geometry":{"type":"Point","coordinates":[-74.044535,40.689232]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"YANKEE STADIUM, Bronx, NY, USA","bbl":"2024930001","geometry":{"type":"Point","coordinates":[-73.926473,40.828812]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"CITI FIELD, Flushing Meadows, NY, USA","bbl":"4017870020","geometry":{"type":"Point","coordinates":[-73.844636,40.757003]},"type":"lot","id":0,"typeTitle":"Search History"},{"label":"120 BROADWAY, New York, NY, USA","bbl":"1000477501","geometry":{"type":"Point","coordinates":[-74.01054,40.708225]},"type":"lot","id":0,"typeTitle":"Search History"}]'

Closes #1191

netlify[bot] commented 2 months ago

Deploy Preview for labs-zola ready!

Name Link
Latest commit a53d60438b9472d2f930d1224bec71ef5a3eab63
Latest deploy log https://app.netlify.com/sites/labs-zola/deploys/66155ae1c21b9e0007cdd2a1
Deploy Preview https://deploy-preview-1199--labs-zola.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dhochbaum-dcp commented 2 months ago

Closing, as I am switching back to the original branch.