NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
1 stars 0 forks source link

Implement findCommunityDistrictsByBoroughId endpoint #246

Closed TangoYankee closed 1 month ago

TangoYankee commented 2 months ago

Acceptance criteria

helpful code:

the zoning districts domain

Related tickets

dhochbaum-dcp commented 1 month ago

Hi Horatio, the work I did so far on this is here: https://github.com/NYCPlanning/ae-zoning-api/tree/246/Implement-findCommunityDistrictsByBoroughId-endpoint-2

TangoYankee commented 1 month ago

@horatiorosa with the update to drizzle-kit, there is a change to the command to generate migration files. There is now an an npm command for it npm run drizzle:generate