OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

Ability to turn off ToC #168

Open MartijnR opened 5 years ago

MartijnR commented 5 years ago

Think about options in XForm, API, and look at the agreed ODK features (to hide from list?)

https://github.com/enketo/enketo/issues/265

https://forum.opendatakit.org/t/new-xform-appearance-hierarchy-visible-groups/16858/2

MartijnR commented 5 years ago

or only enabled in certain views which would be straightforward but not configurable by users.

MartijnR commented 5 years ago

There is no agreed upon syntax for this, so that leaves us with 3 options:

  1. an XLSForm 'style' (XForm body class)
  2. Enketo's API
  3. an algorithm that determine whether to show this based upon the view type, and possible other things the engine can determine
pbowen-oc commented 4 years ago

TOC feature added in issue enketo/enketo#710