NYCPlanning / ae-zoning-api

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

Refactor: Standardize borough and land use names #163

Closed TangoYankee closed 7 months ago

TangoYankee commented 7 months ago

Description

Update the variable, function, method, and operationIds to follow #115

Acceptance criteria

  1. Names are updated in:

    • Open API documentation
    • [x] operation Ids
    • [x] path parameters
    • [x] misc variables
    • Method names
    • [x] Controller
    • [x] Service
    • [x] Repo
    • Parameter names
    • [x] Controller
    • [x] Service
    • [x] Repo
    • Test descriptions
    • [x] e2e
    • [x] service unit
  2. OpenAPI documenation page is rebuilt:

    npm run redoc:build
  3. Kubb is regenerated

    npm run generate

Related

Blocked by #145, #144