Help me organize boat-loads of data in a well-designed, user-friendly way!
June 23, 2010 9:52 AM Subscribe
Help me organize boat-loads of data in a well-designed, user-friendly way! I'm making a website for an organization with a very comprehensive and interesting audio archive (say, 1500 items). I'm trying to find a way to represent the archive (about 24 items at a time, per page) in a visually easy, comprehensible way.
The problem is that there are several types of items in the archive: there are recordings, series (containing similarly-themed recordings), producers (the people doing the recordings), DJ shows (which is like a series of curated audio shows) and so on. I'm trying to arrange these in a grid, with each item being a similarly-sized box of, while at the same time trying to quickly delineate the differences between each item, and the vaguely hierarchical relationships between items. For example, a series encompasses a bunch of recordings, so maybe an icon indicating a bunch of stacked discs would indicate a series? Or should I color-code each item?
From a UX perspective, what's a good way to organize this visually? Do you have any good examples of current websites that deal with a large amount of information that needs to be referenced often? I'm looking for any good starting points
Thanks, AskMe!
posted by suedehead to computers & internet (5 answers total) 3 users marked this as a favorite
1) How users expect to search for, navigate, and consume the data. e.g. Do they look for things by producers, by audio recording name, by series name, etc?
2) Besides the individual vs series of recordings, are the other types all facets of the whole collection? i.e., Is "by producer" one way of viewing the data set, and "by recording title" another way to view the whole data set? If so, then you might benefit from a type of faceted navigation. Check the Yahoo design pattern library and welie.com for examples of faceted navigation.
3) Items per page: Do you want to give the ability to view more than 24? I would. For a set of 1500, you might offer choices of 20 and 100, or 24, 48, 96. You choose the increments, but just give those who want more on a page the ability to view more on a page.
4) Pagination: Check aforementioned design pattern libraries for examples. I prefer pagination to be present at both the top and bottom of the results set, on the right side. Decide whether there will be a "view all" option.
5) If there's any chance at all people with visual disabilities are going to be using the site (and don't forget that tons of people are color-blind), stay away from color-coding as the only difference between icons. I suggest a stack of widgets to denote a series of widgets. Again, check design pattern libraries.
posted by ImproviseOrDie at 10:44 AM on June 23, 2010