edgi-govdata-archiving / EEW-Website

EEW Static Website
https://environmentalenforcementwatch.org/
1 stars 3 forks source link

Add filter feature to site #311

Open Frijol opened 2 years ago

Frijol commented 2 years ago

The External Resources page has a whole lot of Info modules with different external resources. On the backend (not currently part of the JSON but in this spreadsheet which the JSON is generated from), I've tagged each of these with e.g. "Air" "Health" topic areas.

It would be really great to create a frontend JS feature that allows users to filter the resources by these topics. Something like the dropdown filter bar from this:

image

(actually that gif comes from https://www.npmjs.com/package/ng-multiselect-dropdown-gp - maybe use that?)