We should introduce validate function in .gui_filter.
To simplify handling filters, we can reduce the need to manage edge cases by preventing them from applying to cohortBuilder. Implementing filters would be much easier if we could simply disregard certain edge cases that wouldn’t impact cohortBuilder.
It will be perfect if we can return some ui feedback to the browser. Idea from cohortBuilder.
We should introduce
validate
function in.gui_filter
.To simplify handling filters, we can reduce the need to manage edge cases by preventing them from applying to cohortBuilder. Implementing filters would be much easier if we could simply disregard certain edge cases that wouldn’t impact cohortBuilder.
It will be perfect if we can return some ui feedback to the browser. Idea from cohortBuilder.