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.
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: