All Projects → enketo → enketo-core

enketo / enketo-core

Licence: Apache-2.0 license
The engine that powers Enketo Tools - Use it to develop your own enketo-powered app.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to enketo-core

enketo-express
We've moved! Please use the new repository 🠊 https://github.com/enketo/enketo-express
Stars: ✭ 102 (+37.84%)
Mutual labels:  enketo, odk, webform, xform
xForm
基于[email protected]的动态表单生成器。
Stars: ✭ 25 (-66.22%)
Mutual labels:  form, xform
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (+71.62%)
Mutual labels:  form, survey
Angular Surveys
Angular survey / form builder inspired by Google Forms
Stars: ✭ 219 (+195.95%)
Mutual labels:  form, survey
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (+5.41%)
Mutual labels:  form, survey
koboloadeR
This package facilitates the data crunching of any dataset collected using an xlsform compatible platform (KoboToolbox, ODK, ONA, etc.)
Stars: ✭ 21 (-71.62%)
Mutual labels:  odk, survey
cypress-upload-file-post-form
Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission
Stars: ✭ 59 (-20.27%)
Mutual labels:  form
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (-27.03%)
Mutual labels:  survey
scalable-form-platform
A solution for building dynamic web forms with visual editor
Stars: ✭ 109 (+47.3%)
Mutual labels:  form
SuluFormBundle
Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
Stars: ✭ 51 (-31.08%)
Mutual labels:  form
react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (-79.73%)
Mutual labels:  form
formily
Simple, lightweight, and flexible schema-based form for Vue.js
Stars: ✭ 23 (-68.92%)
Mutual labels:  form
react-drip-form
☕ HoC based React forms state manager, Support for validation and normalization.
Stars: ✭ 66 (-10.81%)
Mutual labels:  form
awesome-multi-objective-optimization
A curated list of awesome multi-objective optimization research resources.
Stars: ✭ 44 (-40.54%)
Mutual labels:  survey
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (-60.81%)
Mutual labels:  form
django-survey
A django survey app that can export results as CSV or PDF using your native language.
Stars: ✭ 178 (+140.54%)
Mutual labels:  survey
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (-50%)
Mutual labels:  form
validator.js
(Depreciated) A Laravel styled JavaScript Object/Form/JSON validation library.
Stars: ✭ 47 (-36.49%)
Mutual labels:  form
DroidValidatorLight
Android form validation library
Stars: ✭ 32 (-56.76%)
Mutual labels:  form
Forms
Tracking our progress moving all city paper and pdf forms online.
Stars: ✭ 14 (-81.08%)
Mutual labels:  form

npm version Build Status

Enketo Core

The engine that powers Enketo Smart Paper and various third party tools including this selection.

Enketo's form engine is compatible with tools in the ODK ecosystem and complies with its XForms specification though not all features in that specification have been implemented yet.

This repo is meant to be used as a building block for any Enketo-powered application. See this page for a schematic overview of a real-life full-fledged data collection application and how Enketo Core fits into this.

To get started visit our technical documentation.

Follow the Enketo blog or Enketo on twitter to stay up to date.

Browser support

The following browsers are officially supported:

  • latest Android webview on latest Android OS
  • latest WKWebView on latest iOS
  • latest version of Chrome/Chromium on Mac OS, Linux, Windows, Android and iOS
  • latest version of Firefox on Mac OS, Windows, Linux, Android and iOS
  • latest version of Safari on Mac OS, Windows, and on the latest version of iOS
  • latest version of Microsoft Edge

We have to admit we do not test on all of these, but are committed to fixing browser-specific bugs that are reported for these browsers. Naturally, older browsers versions will often work as well - they are just not officially supported.

Here is some guidance that may be helpful when trying to create a build that possibly runs on Internet Explorer 11.

Releases

  1. Create release PR
  2. Check Dependabot for alerts
  3. Run npm update
    • Check if node-forge has been updated and if so, verify encrypted submissions end-to-end
  4. Run npm audit
    • Run npm audit fix --production to apply most important fixes
  5. Run npm ci
  6. Run npm test
  7. Run npm run build-docs
  8. Update CHANGELOG.md
  9. Update version in package.json
    • Bump to major version if consumers have to make changes.
  10. Merge PR with all changes
  11. Create GitHub release
  12. Tag and publish the release
    • GitHub Action will publish it to npm

Sponsors

The development of this library was sponsored by:

Performance (live)

See graphs

License

See license document and additional clause below:

Any product that uses enketo-core is required to have a "Powered by Enketo" footer, according to the specifications below, on all screens in which enketo-core or parts thereof, are used, unless explicity exempted from this requirement by Enketo LLC in writing. Partners and sponsors of the Enketo Project, listed on https://enketo.org/about/sponsors/ and on this page are exempted from this requirements and so are contributors listed in package.json.

The aim of this requirement is to force adopters to give something back to the Enketo project, by at least spreading the word and thereby encouraging further adoption.

Specifications:

  1. The word "Enketo" is displayed using Enketo's logo.
  2. The minimum font-size of "Powered by" is 12 points.
  3. The minimum height of the Enketo logo matches the font-size used.
  4. The Enketo logo is hyperlinked to https://enketo.org

Example:

Powered by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].