OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Search filters #24

Closed ArthurSmid closed 3 years ago

ArthurSmid commented 3 years ago

We have the Category page (special thanks to Frankie for the sidebar action: category.html category.css category.js) ready to begin exploring how the filters will interact with the database:

https://github.com/OpenEugene/little-help-book-web/blob/develop/table-of-contents-style-homepage/category.html

When a visitor to index.html clicks on a category, for example here, Basic Needs, it goes to category.html and they can search there as a list (shown) or toggle that button to see the map with all the subcategory providers as points and clusters (depending on the zoom in/out).

The search filters for this issue are the checkboxes on the left side of the page, an individual can check which subcategory items they are looking for and press the "What's available?" button and those subcategories appear to the right as items in a list or on the map.

category-page