orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

Ability for Form Runner users to setup the values in selection controls #1867

Open avernet opened 10 years ago

avernet commented 10 years ago

Use case

Nurses would like to set up the values in a "symptom" list, but the list should be only shared amongst nurses in the same department (i.e. in Orbeon Forms, part of the same group).

Implementation

More general configuration

Open questions

ebruchez commented 10 years ago

Another open question is about caching: if in fact two calls to the API are needed, and currently the first one is a POST, the result might not be cacheable very efficiently. Needed:

avernet commented 10 years ago

@ebruchez Good point; I added the issue of caching under open questions.