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 tax lot names #164

Closed TangoYankee closed 6 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
    • [ ] operation Ids
    • [ ] path parameters
    • [ ] misc variables
    • Method names
    • [ ] Controller
    • [ ] Service
    • [ ] Repo
    • Parameter names
    • [ ] Controller
    • [ ] Service
    • [ ] Repo
    • Test descriptions
    • [ ] e2e
    • [ ] service unit
  2. OpenAPI documenation page is rebuilt:

    npm run redoc:build
  3. Kubb is regenerated

    npm run generate

    Related

    Blocked by #146 #147 #155 #156