Zafo:Instead of the current ‘Bosses’ and ‘Raids’
navigation, would you rather see a navigation breakdown like:
This is a classic issue with presenting data with multiple data dimensions. It seems to me we have the following dimensions:
Location (tier/instance/boss)
Player (guild/class/individual)
Time (date/raid)
Gear (type/slot)
Any one of those dimensions, at any level of granularity, can be a place to either slice or sort the data.
It's not an easy problem to solve, but one step in the right direction might be to use another physical dimension on the screen and present results in a grid rather than just a column, so now we've got both an x-axis and a y-axis. We'd need to figure out a presentation format that uses less space per item to make it fit in a grid, though. For example just use the inventory slot icon, rather than the whole name of the item, and let people mouse over both for item details and for additional information that was not implicit in the layout. For example, if we're looking at Class by Boss (within Black Temple) you would mouse over the icon and get both the expanded item information as well as player name and date received. If you zoomed out to look at Class by All Bosses, the mouse over would also add the instance. Conversely, if you did Class by Instance, the mouse over would include the boss name.
Yes, I realize this is way more complicated than we need, but I think this is a really interesting area of study, and I bet Zafo would have fun figuring out solutions to some of this. It's exactly the kind of thing I used to love doing. (Now I just love talking about it....)