Changes between Version 50 and Version 51 of BluePrint/Mobile


Ignore:
Timestamp:
12/17/10 10:07:11 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile

    v50 v51  
    5353
    5454 * Send Images
    55   * Generate appropriate XForms from image_id fields
     55  * Generate appropriate XForms from image_id fields (ideally using XSLT)
    5656   * [http://code.google.com/p/opendatakit/source/browse/Geo+Tagger.xml?repo=forms&r=34910a944c745232d285d2caecf876c3dcae9674 GeoTagger] is a sample Form for ODK which can be used as a template for what needs to be produced by {{{controllers/xforms.py}}}
    5757  * Provide an interface in Sahana through which users can submit these images via ODK Collect & have them stored (in the doc_image table, referenced by the image_id foreign key)
     
    6161
    6262 * Send Location Coordinates
    63   * Generate appropriate XForms from location_id fields
     63  * Generate appropriate XForms from location_id fields (ideally using XSLT)
    6464  * [http://code.google.com/p/opendatakit/source/browse/Geo+Tagger.xml?repo=forms&r=34910a944c745232d285d2caecf876c3dcae9674 GeoTagger] is a sample Form for ODK which can be used as a template for what needs to be produced by {{{controllers/xforms.py}}}
    6565  * Provide an interface in Sahana through which users can submit these coordinates via ODK Collect & have them stored (in the gis_location table, referenced by the location_id foreign key)