NYCPlanning / ae-zoning-api

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

Refactor: Add a 'domain' folder #208

Open TangoYankee opened 3 months ago

TangoYankee commented 3 months ago

Description

The controllers, services, and repositories are organized into "domain" folders. However, these folders are direct siblings with other utility folders, such as "pipes", "filter", and "exception". This can make it difficult to tell at a glance which folders constitute domains. Moving these folders into a "domain" folder should add clarity.

Acceptance criteria