Tree structure with taxonomy

Status: 
Open
Question: 

Hello!

I'm a little confused about Taxonomy module.

First of all, Taxonomy module is great because it allows to categorize my contents but, secondly, I can't figure out how to make advanced tree structure. I will try to explain what I want to achieve:

For example, I have a vocabulary, called "Country". Under this vocabulary are list of terms of all countries in the world. I have another vocabulary, called "Occupation" with some of the occupation terms. Every user has a profile in which he can choose his country from the list and his occupation from the list. Then at the main page on the right side is expanded "Country" vocabulary. By clicking on some of these countries (terms), for example "Latvia", normally will appear only those user profiles which have selected country "Latvia". But here is the tricky part: When I click on some of the countries, first of all, I want that another page appears where is displayed list of occupations. Then when I click on some of the occupations, for example, "IT engineer", another page appears with a list of users who have chosen country "Latvia" and occupation "IT engineer".

How to make this kind of tree structure? Any help will be appreciated.

Responses

1. You are talking about a

You are talking about a guided search kind of function.

I would check out the faceted search module

2. Thanks for idea! I think that

Thanks for idea! I also tried to use "Taxonomy term view" in panels 3. This view allowed me to come one step closer to my goal but I think that faceted search module could really help to achieve my goal completely.