Changes between Version 12 and Version 13 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 07:53:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v12 v13 25 25 26 26 In 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 28 comparing the results. So let's call our new module "hit". That means the controller file will be: 29 {{{ 30 eden/controllers/hit.py 31 }}} 32 The model will be: 33 {{{ 34 eden/modules/s3db/hit.py 35 }}} 36 The view pages will be in the directory: 37 {{{ 38 eden/view/hit 39 }}} 40 28 41 === Set up incoming messages === 29 42 Read the information on how messages are received by Eden from Twitter or SMS, and get test messages into an Eden instance.