codeforamerica / cityvoice

A place-based call-in system for gathering and sharing community feedback
MIT License
47 stars 35 forks source link

Import subjects from CSV #148

Closed ohrite closed 10 years ago

ohrite commented 10 years ago

Add a CSV importer for subjects, actually via the Property model since that's where the logic is right now.

Property code is required right now because that's what the twilio flow seems to want. Requiring other columns is straightforward with ActiveRecord validations.

Addresses https://github.com/codeforamerica/cityvoice/issues/137

/cc @daguar @pui

daguar commented 10 years ago

Merged manually. Thanks @ohrite!