Changes between Version 2 and Version 3 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 06:11:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v2 v3 18 18 During a Random Hacks of Kindness hackathon in 2010, a variant of this project was implemented using a Sahana Eden 19 19 as the back end and a custom web page (not automatically generated by Eden) as the front end. This was designed as 20 a training game -- workers got "experience points" and were awarded badges. 20 a training game -- workers got "experience points" and were awarded badges. See: http://gwob.org/101010-hackathon-winners/ 21 21 22 22 == Project breakdown == 23 24 23 This project is intended to be easy to subdivide into tasks that can be worked on somewhat independently and in parallel, 25 24 given the choice of a few naming conventions for new database tables and fields. 25 26 === Set up incoming messages === 27 Read the information on how messages are received by Eden from Twitter or SMS, and get test messages into an Eden instance. 28 29 === Add database tables for message processing tasks === 30 31 === Add a controller to generate task pages for workers === 32 33 === Add a view that presents a task to the worker and submits their work === 34 35 === Generate a list of categories from the database === 36 37 We would like to encourage workers to use existing categories when there is a close enough match, but be able to add new ones 38 if not.