[feedback wanted] New ways to indicate proposal relevance [message #1064816] |
Fri, 21 June 2013 04:33  |
Eclipse User |
|
|
|
>> Posting this in the name of Johannes, as he cannot create posts with pictures in it <<
Hi,
I'm working on our Hippie Completion Plugin.
If you haven't tried it yet, go to http://www.codetrails.com/crowd-recommendation-tools and install it. It's awesome!
Anyway, i was working on a way to visualize how often specific proposals were applied before.
So far, we're doing this by simply appending a "m/n" String, showing how often a specific method(m) was applied out of all applied proposals(n). This works OK for a small number of proposals, but looks silly for larger values. e.g. "".substring() 2223/39643.
My idea is to use a color coded heatmap instead, where the color suggests how important a proposal is.
Two approaches here: 1) color the background of the entire proposal. 2) append a colored box to the proposal.
Here are two screenshots:
Keep in mind, the color scheme is just temporary.
I see some cons for both:
Option 1:
- The background color only applies to the String not to the entire line. Looks strange.
- Harder to read (can be improved with a better color scheme)

Option 2:
- The color information gets lost, if the completion popup window is smaller than the proposal. User has to scroll to see it.

What do you like better? Any ideas how to improve these approaches? Do you have a different idea?
Attachment: image.png
(Size: 89.33KB, Downloaded 1087 times)
Attachment: image copy.png
(Size: 95.15KB, Downloaded 1100 times)
[Updated on: Fri, 21 June 2013 04:38] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05336 seconds