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

Working with the `Promise` API is challenging/limiting: - Makes debugging and reasoning about errors much more difficult: because `Promise` APIs rely on callbacks, error call stack frames leading to any...

refactor

A question raised by #319 is what we should do when: 1. An instance is submitted 2. A change is made to the form that's incompatible with that instance, but...

question

**Describe the bug** When accessing a form in edit mode, if the instance is incompatible with the form’s current model: 1. An error is reported in the UI. 2. The...

bug

Fix issue #48. Here is a recap of the differences between the regular configuration files and the Docker ones: ```patch --- config/default-config.json 2021-02-18 10:49:38.759913618 +0100 +++ config/default-config-docker.json 2021-02-26 13:03:19.675934593 +0100...

_From @joeflack4 on January 12, 2018 22:12_ Running locally on OSX. Freshly updated docker installation. Please find attached logs. [docker_nginx_1.log.txt](https://github.com/kobotoolbox/enketo-express/files/1627653/docker_nginx_1.log.txt) [docker_enketo_express_1.log.txt](https://github.com/kobotoolbox/enketo-express/files/1627654/docker_enketo_express_1.log.txt) _Copied from original issue: kobotoolbox/enketo-express#911_

help wanted

Goal is to match ODK Collect behavior. Should work offline as well, which should be feasible now that we've switched to Service Workers. The work will probably need to be...

help wanted

request: https://community.kobotoolbox.org/t/offline-caching-when-using-default-values-deep-links/14917/2 I think that now that we've switched to Service Workers, there is no technical issue to get this working in offline views (in exactly the same way as...

help wanted

While several other Enketo projects are libraries, whose public interface is or may be inferred to be its publicly available exports, enketo-express is intended to be a set of backend...

documentation

**Is your feature request related to a problem? Please describe.** We're using Enketo as a PPGIS tool addressing broader populations. It would be very helpful to be able to add...

_From @MartijnR on June 20, 2016 15:11_ with timeout The HTML title is updated once the form is retrieved asynchronously. _Copied from original issue: kobotoolbox/enketo-express#522_

enhancement