Changes between Version 25 and Version 26 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 10:44:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v25 v26 1 = GHC Social Media Project = 1 2 [[TOC]] 2 3 3 4 == Introduction == 4 5 5 * Receive tweets and / or SMS messages from the public. 6 6 * Dispatch these to online workers to classify and geocode. … … 87 87 customizations for a particular site. Here, we will "cheat" and just add the new module to our configuration 88 88 file {{{eden/models/000_config.py}}}. Get the default module list from 89 {{{eden/private/templates/default/config.py}}} i.e. [[BR]]90 http://booki.flossmanuals.net/sahana-eden/_draft/_v/1.0/building-a-new-application/ [[BR]] 89 {{{eden/private/templates/default/config.py}}} i.e. 90 * http://booki.flossmanuals.net/sahana-eden/_draft/_v/1.0/building-a-new-application/ 91 91 Copy it to {{{models/000_config.py}}} and add an entry for the hit module. 92 92 … … 156 156 short task -- it may be that no special view file is needed.. So this can probably 157 157 be left until after the controller is done. 158 158 159 === Generate a list of categories from the database === 159 160 We would like to encourage workers to use existing categories when there is a close enough match, but be able to add new ones 160 161 if not. So, we want to give the worker a menu of categories to choose from, consisting of all the current categories found in the 161 162 category field being added by the team working on adding the new tables, and also let the worker add a new category. 163 164 == See Also == 165 * http://www.wired.co.uk/news/archive/2013-09/30/digital-humanitarianism