Guillermo Gutiérrez
Guillermo Gutiérrez
This issue should be addressed after closing #171 #### Software and hardware versions Any #### Problem description All the code in Aggregate should follow the same code style formatting rules...
There is some duplicated AppEngine related stuff in `src/main/gae_ear` and `installer/gae.zip` The installer related Gradle scripts could probably use `src/main/gae_ear` instead of unzipping `installer/gae.zip` #### Software and hardware versions Any...
Aggregate should have a new admin section with information about data corruption in the database and automatic fixes. The starting point for the information and fixes would be the [current...
https://github.com/opendatakit/briefcase/pull/795 introduces changes to the help block that need to be updated in the docs
v1.17 introduces a new export flag.
#### Problem description This is what the ODK XForms specs say about the `regex(string value, string expression) --> boolean` > Returns result of regex test on provided value. The regular...
During #515, we detected a special scenario where a group's relevance might make some field calculations not be evaluated. See `Safe2014DagImplTest.verify_relation_between_calculate_expressions_and_relevancy_conditions()` for context. We should discuss this and: - Decide...
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...
#### Software versions JavaRosa v2.11.2 #### Problem description Consider the following form: ```xml relative-current-ref Top level group Person Selected Person Value changed! ``` (don't mind the field names) The key...
Given the following code example: ```java TreeReference someRef = (TreeReference) new XPathReference("../foo").getReference(); TreeReference baseRef = (TreeReference) new XPathReference("bar/baz").getReference(); TreeReference output = someRef.parent(baseRef); ``` Looking at the code, it's hard to...