Changes between Version 29 and Version 30 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing


Ignore:
Timestamp:
10/05/13 11:44:03 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing

    v29 v30  
    4343(B) Creating a 'Human Intelligence Tasking' module to allow the processing of these messages to be divided up amongst a lot of workers
    4444
    45 ==== Simple Enhancements ====
     45==== Enhancements ====
     46
     47===== Simple =====
    4648The current workflow for a user to search Twitter is very cumbersome!
    4749
     
    6365 * The configuration of which Tabs to display can be seen in the CRMT template
    6466  * 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
    6572* 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?
    6678
    6779==== HIT Module ====