miralbhalani / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Enhancement: Include Users Name/Email #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I raised issue 175 - include IMEI number in all submissions as a way of 
capturing information about who is submitting data.

This can in fact be done at present by adding 
      <bind nodeset="/data/Deviceid" type="string" jr:preload="property" jr:preloadParams="deviceid"/>
to the Xform.

However uers (of the output) have requested that we include the submitter's 
name and email address. 

This could be captured on a per form basis - but it would be a pain to have to 
enter this information each time a form is completed. 

Could there be
(1) a way of capturing this information?
(2) an option to enter such information (once and for all) e.g. in preferences.

Thanks

Kirby

Original issue reported on code.google.com by kirby.ja...@gmail.com on 5 Apr 2011 at 10:18

GoogleCodeExporter commented 9 years ago
adding Collect label; similar to 175 as noted above.

Original comment by mitchellsundt@gmail.com on 1 Jul 2011 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by wbrune...@gmail.com on 13 Jul 2011 at 7:41

GoogleCodeExporter commented 9 years ago
For ODK Collect 1.2, I've added these properties:
(1) "username" - return the Username configured in the ODK Collect settings 
page.
(2) "email" - return the "Google Account" chosen on the ODK Collect settings 
page.

<bind nodeset="/imci/Meta/username" type="xsd:string" 
      jr:preload="property" jr:preloadParams="username" />

<bind nodeset="/imci/Meta/email" type="xsd:string" 
      jr:preload="property" jr:preloadParams="email" />

Original comment by mitchellsundt@gmail.com on 28 Jun 2012 at 11:44

GoogleCodeExporter commented 9 years ago

Original comment by mitchellsundt@gmail.com on 12 Jul 2012 at 7:01