MAPC / myschoolcommute

Walk Boston Parent Survey
http://myschoolcommute.org
GNU General Public License v3.0
2 stars 1 forks source link

Batch entry for newly added schools does not populate street dropdown, generate map #80

Open allthesignals opened 9 years ago

allthesignals commented 9 years ago

Batch entry for newly added schools should work as expected by populating a list of streets and generating a map. Currently, School relies on a static crosswalk table that maps schid with town_id (sometimes known as muni_id). It's possible to manually fix this by inserting appropriate crosswalk records into the school_muni table.

Continuing from #77, possible approaches:

I think the spatial data would be necessary to make the spatial search work this automatically. It would be easier to make SchoolTown model be a required relationship in the admin interface, and it would require knowing this information.