hsci-r / filter-visualizations

Visualizations of Finnic oral poetry collections.
Other
0 stars 1 forks source link

Use `whisker` as a template language for queries #28

Closed maciejjan closed 9 months ago

maciejjan commented 12 months ago

Right now parameters are inserted into queries using simple string substitution, which is bug-prone and increasingly difficult to extend (e.g. passing a vector as a parameter value, which should be rendered as a comma-separated list, for #27). Using a standardized template language would make the writing of queries more intuitive and flexible.

whisker seems to be the best option available for R.