An organization I'm building a site for organizes their members by the county the reside in. The organization covers 102 counties and breaks the members into 11 groups currently.

I'm looking for suggestions on how to implement a system which would ask the person what county they reside in, and based on their answer serve up a page with information specific to their local division.

Does anyone have any advice on how to best implement something like this in Drupal 8? One idea I had was to use taxonomy terms for each county and create content with the counties tagged and then just use a view with an exposed filter on it. Any other ideas?

David

Comments

Jaypan’s picture

Your taxonomy term solution is the common one. Another way you could go is to use the Organic Groups module. You can keep groups public, so they will still be accessible, but allow more involved grouping than taxonomy.

aarailfan’s picture

Thanks Jaypan. I have elected to go with the taxonomy term solution and it is working as expected. Thanks for confirming that this would do what I expected.

David