NYCPlanning / ceqr-app

Web Application supporting the City Environmental Quality Review (CEQR) process
https://www.ceqr.app
12 stars 6 forks source link

Update backend public schools analysis model to receive CEQR school buildings dataset rather than separate lcgms and bluebook #629

Closed trbmcginnis closed 4 years ago

trbmcginnis commented 4 years ago

Trace where #626 impacts backend application logic and update with the expectation of the new ceqr_school_buildings.

Currently in models/public-schools-analysis.rb we receive a separate lcgms and bluebook dataset from the database. After #628 is implemented, we will only be receiving one dataset as the ceqr_school_buildings dataset will be an aggregate of lcgms + bluebook.

Update the model to reflect these changes

trbmcginnis commented 4 years ago

Closing this because we are combining it with #630