docs
docs copied to clipboard
The documentation for all the ODK tools. This is one of the most popular artifacts our community produces. It's built in Sphinx. ✨📚✨
The default appearance (`""`) when using selects with images shows them as "thumbnails" rather than filling the available space:  This is different from the [`columns-n` appearance](https://docs.getodk.org/form-question-types/#select-widget-with-columns-n-appearance) which might be...
Pulldata is now officially supported: https://opendatakit.github.io/xforms-spec/#fn:pulldata The documentation should state that it is particularly useful for CSVs and in fact that Collect only supports it for CSVs currently (until https://github.com/opendatakit/javarosa/issues/427...
Some good ideas from this conversation: https://forum.getodk.org/t/backend-consequences-of-modifying-odk-collect-forms/56772 * Explicitly say that renaming a field is like deleting it and adding a new one * Be explicit about changing group/repeat structure...
We don't explicitly say this currently but it's a useful concept to have in mind.
https://github.com/XLSForm/pyxform/pull/776 Warning about required Central/pyxform version -- silently strips out calculation on earlier versions.
per https://github.com/XLSForm/pyxform/issues/775
- [x] Upgrade instructions - [ ] Entity search - Special features that are available are described in the PR. - [x] getodk/central#952 - [x] Server upgrade audit event
Idea from Andrew This is a convenient double check for data collectors. The very last question in a form can ask them to confirm whether they are collecting real data...
Have a note with text like "Submissions for this form are no longer being accepted" with relevance and constraint that compare the system date to a date in the future....
``` # Percent of requests to sample for Sentry performance tracing. # Number between 0 and 1. Default is 0.1. To disable, set to 0. ``` Related: https://github.com/getodk/central/pull/1075