worldbank / Worldwide-Bureaucracy-Indicators

Do files used to create Worldwide Bureaucracy Indicators
4 stars 5 forks source link

create filter for WWBI indicators #28

Closed buscandoaverroes closed 3 years ago

buscandoaverroes commented 3 years ago

ideally we'd want to include a "filter by" field where users can select from 0-all of a list of predetermined filters that dynamically generate a dropdown menu in a second field where users can refine their choice and select an indicator.

This would be a nice feature to include with across() but I'm not sure how to implement this with multiple indicators selected, as with pickerInput(), multiple inputs are given by separate string entries

buscandoaverroes commented 3 years ago

problem the way code is now is that the filter is making inclusive, but we want a union to narrow the search, not expand it

buscandoaverroes commented 3 years ago

resolved in #26