HarlanH / code-for-dc-edu

Code for DC Education Project
20 stars 17 forks source link

set elementary school bit on appropriate schools #65

Closed delfuego closed 11 years ago

delfuego commented 11 years ago

This changes the elementary:false to elementary:true on a subset of schools, based on reviewing their public websites and making the change for any school with PK3, PK4, or K classes. This will then allow these schools to show up in the app, and specifically, to show up grouped with other elementary schools.

This should fix issue #64.

HarlanH commented 11 years ago

Ah. Good idea, but the schools.json file you edited is actually the product of data/merge_data.R, so the changes would be clobbered next time through. I'll fix it.