enketo-express icon indicating copy to clipboard operation
enketo-express copied to clipboard

The full-fledged Enketo web application for the ODK ecosystem

Results 112 enketo-express issues
Sort by recently updated
recently updated
newest added

_From @MartijnR on February 4, 2016 21:59_ Just putting down some thoughts on this possible future feature: `[link](${calc_href})` When you refer to a ${calc_href} in a label or hint, it...

_From @MartijnR on June 15, 2015 15:42_ The XForm format is so powerful that it could realistically be used to create form-as-tools that produce a diagnosis/outcome instead of a record....

_From @MartijnR on September 5, 2015 21:48_ Any exceptions occurring after form initialization are now not shown to user. _Copied from original issue: kobotoolbox/enketo-express#305_

_From @MartijnR on February 24, 2015 22:27_ _Copied from original issue: kobotoolbox/enketo-express#166_

_From @MartijnR on February 10, 2015 18:48_ This data is already being recorded. Could be hidden under an _advanced_ section in the sidebar. It will help investigating issues with missing...

enhancement

**Describe the bug** Posting to the submission endpoint for a real submission, with a `Content-Type` which will successfully trigger `body-parser`, will cause express to hang. **To Reproduce** 1. find a...

Part of enketo/enketo#990. Closes enketo/enketo#1017. This includes several related changes/improvements: - Offline-capable media requests are handled and cached by the service worker, eliminating a large number of differences between online-only...

`aliasify` is listed in `package.json`'s `.dependencies`: https://github.com/enketo/enketo-express/blob/6b3ba99375acf3357eda7cc4b85cd11e64e64a7d/package.json#L40 It only appears to be used in tests: ```bash $ git grep aliasify package-lock.json: "aliasify": { package-lock.json: "resolved": "https://registry.npmjs.org/aliasify/-/aliasify-2.1.0.tgz", package.json: "aliasify": "^2.1.0", test/client/config/karma.conf.js:...

**Describe the bug** Grunt is a build tool, but is included in `package.json`'s `.dependencies` rather than `.devDependencies`. There are also various grunt-related packages in `.dependencies` which could also be in...