IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[FEATURE] Task progress bar to accept json input #2300

Open esmeetewinkel opened 2 months ago

esmeetewinkel commented 2 months ago

What? Like the items loop, the task_progress_bar should accept a json input as well as a data list name. Currently it expects a data list name.

Why? For ParentApp Kids, we need the task_progress_bar to loop over a sub-data lists, filtered for a particular column. This sub data list can be created within the template through @calc operations on the full data list. However, there is currently no way to pass that sub data list that exists as a local variable to the task_progress_bar.