build icon indicating copy to clipboard operation
build copied to clipboard

ODK Build is a drag-and-drop form designer for ODK XForms. Thousands of users around the world depend on it for their data collection campaigns. Contribute and make the world a better place! ✨📝✨

Results 36 build issues
Sort by recently updated
recently updated
newest added

**Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:30 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/440 (0 comment(s))_ ---- Originally reported on Google Code with ID 439 ``` these are pretty nitpicky,...

help wanted
good first issue
needs discussion
enhancement

It's possible to get into a state where forms can't be exported to XML but no error shows either in the user interface or on the console. I'm experiencing this...

user experience
enhancement

This feature would prevent Collect to default to the first language by alphabetical order. As per Xforms spec: > A default=”” attribute can be added to a to make it...

enhancement

The new help pane at the bottom of the sidebar could use some love and additional content.

help wanted
needs discussion

See https://docs.getodk.org/form-question-types/#scaling-down-images

user experience
enhancement

## Problem v0.3.7 works using the development server, but logs the user out unexpectedly when using the production server. This indicates a broken setting on the server side. ## Fix...

help wanted
infrastructure

Create a new form, add a few controls which will be numbered untitled1, untitled2, etc. Open a new form and the numbering will continue where it left off rather than...

user experience
enhancement

* This might be replacing textboxes with dropdows per @lognaturel's suggestion. * Or it might be simply displaying example values based on what has been seen. Either way, I'm not...

user experience
needs discussion
enhancement

Currently date constraints have XML output that looks like `"(. >= '2018-01-01') and (. <= '2018-03-31')" ` The XML output should instead be something like `constraint="(. >= date('2018-01-01')) and (....

bug

ODK docs: https://docs.getodk.org/form-question-types/#image-map-select-widget XForms spec: https://getodk.github.io/xforms-spec/#appearances

enhancement