mWater / mwater-forms

Forms controls for mWater
GNU Lesser General Public License v3.0
3 stars 5 forks source link

Advanced conditions with mwater-expressions #171

Closed grassick closed 7 years ago

grassick commented 8 years ago

Will allow conditioning on matrix answers, roster aggregate data, "or" conditions, site types, distance between, etc, etc.

The converse is mwater-expression-ization of existing conditions. This will allow calculating number of times an answer was asked.

Problem: site data is asynchronous, which means that expression evaluation, the entire visibility calculation has to be async as well, and thus cleaning of data too.

grassick commented 8 years ago