Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show paths of files on Chart Summary view #206

Open
steven-esser opened this issue Dec 7, 2017 · 3 comments
Open

Show paths of files on Chart Summary view #206

steven-esser opened this issue Dec 7, 2017 · 3 comments

Comments

@steven-esser
Copy link
Contributor

Description

When looking at the Chart Summary view of any particular scan, I would like to see the path or list of paths for each value in the bar chart. This would make it easier to deduce the correct copyright/license statements for a package/component/etc at a high level.

Oftentimes, copyleft licenses and FSF copyrights show up in Makefiles or other irrelevant files, which clouds the data and forces me to drill down to the individual file level in order to determine the actual correct license/copyright.

AboutCode Manager Version:

  • latest release

ScanCode Toolkit Version:

  • latest develop

Additional Information

In the pic below, hovering over a copyright value just makes it show up in the hover text box. This is somewhat redundant; I would rather this be the full path so I can determine if this file(s) is something I should look at further.
screen shot 2017-12-07 at 11 55 39 am

@mjherzog
Copy link
Member

mjherzog commented Dec 7, 2017

The hover is intended to show you the full copyright notice when there is not enough room to show it on the chart. Would it work to be able to click on the row and go to a Table View screen with the corresponding rows?

@steven-esser
Copy link
Contributor Author

That would be better, but Ideally I would just like a quick check without having to navigate around views.

Would it be possible to show the Full copyright statement (or license etc) when hovering over the left side text, but show the paths when hovering over the blue bar?

I do get your point though; that view is designed just to show stats etc of the various values. Its just hard (IMO) to get an accurate picture of the provenance in some cases as there is no context to the values without narrowing down your selection on the tree view.

The example above show that pretty well: all the files are flat in the tree, there is no src, test, lib dirs that I can narrow down. The bar chart then lists a bunch copyrights, many taken from Makefiles and other config files, making provenance analysis more involved.

@jdaguil
Copy link
Contributor

jdaguil commented Feb 7, 2018

I can see how this would be very helpful for flat directories, but I can't think of a great way to show the list of paths in the general case where the count for a particular bar could be in the 1000s. It might be worth brainstorming other types of charts or data visualizations that would be helpful in these scenarios.

@steven-esser steven-esser added this to the Future milestone Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants