ushahidi / platform

Ushahidi Platform API version 3+
http://ushahidi.com
Other
680 stars 506 forks source link

Add API/Backend for handline data sources #150

Closed rjmackay closed 10 years ago

rjmackay commented 11 years ago

Enable pulling posts from SMS and Twitter

Mapping a message to a post: Date -> ? (add a post_date field?) Title (email subject, rss title) -> Title Message Detail (twitter msg, email body, sms) -> Content Location -> custom field..

Extra details in 'message' table: Service: Twitter/SMS/RSS/Etc ServiceMsgId: ie. twitter message id. ToContactID : Join to contact table FromContactID : Join to contact table

Contact table: Service: Twitter/SMS/RSS/Etc Detail: Phone number/Twitter Username/ Email Address User ID: Null or associated user.

rjmackay commented 10 years ago

To do

Later / Non essential

Additional Data providers