javarosa icon indicating copy to clipboard operation
javarosa copied to clipboard

JavaRosa should disclose information about secondary instances defined in a form

Open ggalmazor opened this issue 6 years ago • 1 comments

As discussed in https://github.com/opendatakit/validate/pull/66, we want JavaRosa to disclose information about the nature of secondary instances defined in forms, particularly:

  • Whether they are internal or external
  • When they are external, in which of the supported format is data serialized (XML or CSV at this moment)

Just knowing if a secondary instance is external or not would be sufficient to support features in Briefcase, Aggregate and Validate, but it feels like the rest of information would be a nice to have.

We should discuss the optimal place to disclose this information. Initial candidates would be FormInstance and DataInstance

ggalmazor avatar Jun 05 '19 11:06 ggalmazor

This may or may not be required for #444.

lognaturel avatar Jun 06 '19 21:06 lognaturel