Changes between Version 9 and Version 10 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
- Timestamp:
- 10/05/13 07:46:41 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing
v9 v10 51 51 * A category that the worker will assign. This can be just a text field for now. Here's an example of a 52 52 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]] 54 54 (The category will be empty til the worker fills it in, so we can't require that it be non-empty.) 55 55 * A location that the worker will enter either by filling out a form and / or clicking on a map. … … 58 58 https://github.com/flavour/eden/blob/master/modules/s3db/cr.py#L219[[BR]] 59 59 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]] 61 61 The name for the function used outside the gis module includes the "gis_" prefix to avoid ambiguity. 62 62