|
|
|
|
|
by snoozer
4998 days ago
|
|
The UI seems hugely wasteful in terms of both screen real estate and user interaction. Why not a table with columns of checkboxes? Then we'd be able to sort and filter and count and compare. You could select a row and there could be a sidebar with lots more information about that company. What's the point of the circle icon indicating the number of revenue categories? Until you look at a few it'd be easy to imagine it's a pie chart. All it indicates is a cardinality, so why not simply display a number? Except even that doesn't make sense because (a) we can already see at a glance how many revenue-bubbles are highlighted, and (b) how is that a meaningful number anyway? I shouldn't have to click on the "x" to dismiss a popup info card. That's a small target, which slows me down when I want to click through a bunch of the "bottle caps". Clicking anywhere outside the card should dismiss it. This is a common idiom on the web. Better yet, clicking on any "bottle cap" should immediately pop up the "baseball card" for that company, without my having to first dismiss the previously shown "baseball card". |
|