NYCPlanning / labs-applicantmaps

5 stars 5 forks source link

Applicant Maps Back End #619

Closed allthesignals closed 1 year ago

allthesignals commented 2 years ago

This issue is closed when the app builds for Node 14/16

allthesignals commented 2 years ago

This is built in what looks like a dead framework: https://www.npmjs.com/package/fortune-http.

Getting a few errors with certain deps... blew out node_modules and yarn.lock for a fresh rebuild, seeing success!

No test suite unfortunately so can't quite tell what's going on with it.

allthesignals commented 2 years ago

Whoa! I'm in the frontend repo. Not the backend. We should merge the two!

allthesignals commented 2 years ago

I see, this repo doesn't have issues enabled: https://github.com/NYCPlanning/labs-applicantmaps-api. Let me make a personal fork. note: @TylerMatteo, need permissions to access this.

allthesignals commented 2 years ago

PR for the backend code: https://github.com/NYCPlanning/labs-applicantmaps-api/pull/13

allthesignals commented 1 year ago

@TylerMatteo https://applicantmaps-staging.planninglabs.nyc/projects/new

EDIT: was this staging env ever working?

allthesignals commented 1 year ago
{"data":{"attributes":{"annotations":{"type":"FeatureCollection","features":[{"type":"Feature","geometry":null,"properties":{"isEmptyDefault":true}}]},"project-name":"My awesome project","applicant-name":null,"zap-project-id":null,"description":null,"date-prepared":0,"step-label":null,"need-development-site":null,"need-project-area":null,"need-rezoning":null,"need-underlying-zoning":null,"need-commercial-overlay":null,"need-special-district":null,"has-completed-wizard":null},"type":"projects"}}
TylerMatteo commented 1 year ago

@allthesignals Deployed this to production today. I'm pretty sure that error you were seeing in staging was because it's db connection string was a dead link. Closing