Complex Data Display Question
Permalink
I'm working on a website for a labor union, and I'm trying to figure out the best way to display some data:
They serve about 200 "Locals"
There are maybe 20 people who serve as a point of contact, each one handles several "Locals"
I need to be able to list out every single "Local" and have that link to a page for the point of contact associated with it.
I basically need a way to attach "Locals" to a "Point of Contact" an then list out all the "Locals"
What's the best way to go about this?
My initial thought is to create a page for each Point of Contact and on that page add a Select Attribute. Each item in the select attribute will be for a Local served by that Point of Contact.
Would that be my best approach? If so...any tips on getting started? I've never used the Select Attribute before so I'm not sure how to loop through all the entries and display them on a page.
Aside from that...is there a better approach to this that I'm not thinking of?
They serve about 200 "Locals"
There are maybe 20 people who serve as a point of contact, each one handles several "Locals"
I need to be able to list out every single "Local" and have that link to a page for the point of contact associated with it.
I basically need a way to attach "Locals" to a "Point of Contact" an then list out all the "Locals"
What's the best way to go about this?
My initial thought is to create a page for each Point of Contact and on that page add a Select Attribute. Each item in the select attribute will be for a Local served by that Point of Contact.
Would that be my best approach? If so...any tips on getting started? I've never used the Select Attribute before so I'm not sure how to loop through all the entries and display them on a page.
Aside from that...is there a better approach to this that I'm not thinking of?