NYCPlanning / ae-zoning-api

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

Capital project schema updates #331

Closed TangoYankee closed 1 week ago

TangoYankee commented 1 week ago

Description

The capital project schema needs to explicitly outline which fields are nullable. Fields that can not be null should have a "notNull" constraint added to the drizzle schema. Fields that can be null should have their OpenAPI specification and entity schema updated.

We will also need spatial indexes on the long island state plane geometry columns in order to serve future tickets that perform spatial calculations (ie #247 and #246)

Acceptance criteria