Changes between Version 2 and Version 3 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing


Ignore:
Timestamp:
10/05/13 06:11:36 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing

    v2 v3  
    1818During a Random Hacks of Kindness hackathon in 2010, a variant of this project was implemented using a Sahana Eden
    1919as 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.
     20a training game -- workers got "experience points" and were awarded badges. See: http://gwob.org/101010-hackathon-winners/
    2121
    2222== Project breakdown ==
    23 
    2423This project is intended to be easy to subdivide into tasks that can be worked on somewhat independently and in parallel,
    2524given the choice of a few naming conventions for new database tables and fields.
     25
     26=== Set up incoming messages ===
     27Read 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
     37We would like to encourage workers to use existing categories when there is a close enough match, but be able to add new ones
     38if not.