r-world-devs / shinyCohortBuilder

https://r-world-devs.github.io/shinyCohortBuilder/
Other
6 stars 0 forks source link

Configure filters for add step #20

Closed galachad closed 2 years ago

galachad commented 2 years ago

This adding possibility to configure new step base on the new parameters passed to set_source.

Use cases: When cohort do not have steps and new_step = "clone" then use available_filters. When new_step = "configure" and available_filters do not exist use standard add_step method and display warning message in the console. When new_step = "configure" and available_filters exist open the modal with filter configuration.