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

Move conditional milestone filtering to API #106

Closed hannahkates closed 5 years ago

hannahkates commented 5 years ago

Currently a lot of data handling, recoding, and filtering for milestones is happening in the front-end (here: https://github.com/NYCPlanning/labs-zap-search/blob/develop/app/components/project-milestone.js). To simplify future updates and better separate concerns, some of this functionality should be moved to the API instead.

Things to move:

hannahkates commented 5 years ago

Issues noted during implementation: