NYCPlanning / deprecated-labs-zap-api

Deprecated version of the ZAP API, see https://github.com/NYCPlanning/labs-zap-api
Other
5 stars 3 forks source link

Unify the project queries for LUP view (my-projects) and public view (show-project) #210

Closed allthesignals closed 4 years ago

allthesignals commented 5 years ago

Related to #681.

Currently, we request different attributes, with different naming conventions, based on whether the user is authenticated. This is bad design and introduces unintended consequences.

The solution is to unify this, possibly by introducing a proper ORM (typeORM) and framework.

allthesignals commented 4 years ago

This is tech debt that's growing... not critical for launch