smartchicago / foodborne

Manages tweets about food poisoning in Chicago and presents Open311 form for reporting incidents.
http://foodborne.smartchicagoapps.org/
29 stars 11 forks source link

Add classifying actions to "Bulk actions" pulldown menu #29

Open danxoneil opened 11 years ago

danxoneil commented 11 years ago

On this page: http://foodborne.smartchicagoapps.org/admin/tweets, when selecting multiple items, add more bulk actions. For instance:

Classify: off-topic Classify: not Chicago etc

srobbin commented 11 years ago

I think we may have to work with @corynissen to figure out how to get this info back to the classifier.

corynissen commented 11 years ago

Can you leave a database, mongodb, or dynamodb, csv file somewhere, or some other way to expose the data and I'll take care of the rest? I just need the tweet text and the manual classification. It doesn't matter to me how I get the data, just as long as it can be read from a random EC2 instance.