XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Add support for experimental, optional entities specification #622

Closed lognaturel closed 1 year ago

lognaturel commented 1 year ago

The ODK ecosystem has been working on specifying an "entities" layer on top of forms. This layer makes it possible to identify the entity that a submission captures data about so that implementing systems can link related submissions and automatically drive multi-form workflows.

This forum post has more on the high-level goals and roadmap.

The current proposed specification is here with XLSForm proposal in this doc.