Changes between Version 9 and Version 10 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing

    v9 v10  
    5151 * A category that the worker will assign. This can be just a text field for now. Here's an example of a
    5252   text field (the from address in a message):[[BR]]
    53    https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L98[[BR]]
     53   https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L98 [[BR]]
    5454   (The category will be empty til the worker fills it in, so we can't require that it be non-empty.)
    5555 * A location that the worker will enter either by filling out a form and / or clicking on a map.
     
    5858   https://github.com/flavour/eden/blob/master/modules/s3db/cr.py#L219[[BR]]
    5959   Here is where the function that generates the foreign key reference is defined:[[BR]]
    60    https://github.com/flavour/eden/blob/master/modules/s3db/gis.py#L265[[BR]]
     60   https://github.com/flavour/eden/blob/master/modules/s3db/gis.py#L265 [[BR]]
    6161   The name for the function used outside the gis module includes the "gis_" prefix to avoid ambiguity.
    6262