Open avernet opened 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:
@ebruchez Good point; I added the issue of caching under open questions.
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
orbeon/itemset
, which is part of the productitemset-id
and a repeat with the label/valuesymptom
) :question: Are we OK with this?orbeon/itemset
with for data with the configured itemset idorbeon/itemset/new?itemset-id=symptoms
More general configuration
daycare/child
)full-name
, calculated based onfirst-name
andlast-name
)ssn
)itemset-id
andsymptom
)Open questions