javarosa
javarosa copied to clipboard
JavaRosa should disclose information about secondary instances defined in a form
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
This may or may not be required for #444.