Changes between Version 50 and Version 51 of BluePrint/Mobile
- Timestamp:
- 12/17/10 10:07:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile
v50 v51 53 53 54 54 * Send Images 55 * Generate appropriate XForms from image_id fields 55 * Generate appropriate XForms from image_id fields (ideally using XSLT) 56 56 * [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}}} 57 57 * 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) … … 61 61 62 62 * Send Location Coordinates 63 * Generate appropriate XForms from location_id fields 63 * Generate appropriate XForms from location_id fields (ideally using XSLT) 64 64 * [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}}} 65 65 * 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)