Changes between Version 12 and Version 13 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing


Ignore:
Timestamp:
10/05/13 07:53:55 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing

    v12 v13  
    2525
    2626In order to keep our work together, and distinct from other work, we'll add a new module. This is the first step in added
    27 "human intelligence task" processing,
     27"human intelligence task" processing, in which results are verified by sending the same task to multiple workers, and
     28comparing the results. So let's call our new module "hit". That means the controller file will be:
     29{{{
     30eden/controllers/hit.py
     31}}}
     32The model will be:
     33{{{
     34eden/modules/s3db/hit.py
     35}}}
     36The view pages will be in the directory:
     37{{{
     38eden/view/hit
     39}}}
     40
    2841=== Set up incoming messages ===
    2942Read the information on how messages are received by Eden from Twitter or SMS, and get test messages into an Eden instance.