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

550 user projects #153

Closed ghost closed 5 years ago

ghost commented 5 years ago

This achieves functional requirement: Create curated project list for user in two steps:

  1. adds /user-projects route, which given a valid auth session including an accountId (not implemented yet!) will return a list of projectIds associated with that account that include some valid action besides the excluded actions
  2. extends /projects route to accept a list of projectIds (in post body) and return the project list view for pages of projects in that list.
allthesignals commented 5 years ago

I'm going to merge this then fix tests