Changes between Version 29 and Version 30 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 11:44:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v29 v30 43 43 (B) Creating a 'Human Intelligence Tasking' module to allow the processing of these messages to be divided up amongst a lot of workers 44 44 45 ==== Simple Enhancements ==== 45 ==== Enhancements ==== 46 47 ===== Simple ===== 46 48 The current workflow for a user to search Twitter is very cumbersome! 47 49 … … 63 65 * The configuration of which Tabs to display can be seen in the CRMT template 64 66 * https://github.com/flavour/eden/blob/master/private/templates/CRMT/config.py#L235 67 * Can see this locally by switching to the CRMT template: {{{settings.base.template = "CRMT"}}} in {{{models/000_config.py}}} & doing a fresh [DeveloperGuidelines/PrePopulate prepopulate] 68 69 ===== Advanced ===== 70 * Run [DeveloperGuidelines/Messaging/Parser Parsers] on the list 71 * Train these parsers 65 72 * We want to add tools to the Table view to Geocode, Classify, Whitelist sender, Blacklist sender 73 * This has overlap witht he HIT module approach 74 * Timeline Report? 75 * We have this integrated already: http://www.simile-widgets.org/timeline/ 76 * Can see this locally by switching to the IFRC template: {{{settings.base.template = "IFRC"}}} in {{{models/000_config.py}}}, doing a fresh [DeveloperGuidelines/PrePopulate prepopulate] & then looking at /eden/irs/ireport/timeline 77 * Work on [https://github.com/ashwyn/KeyGraph KeyGraph] visualisation? 66 78 67 79 ==== HIT Module ====