-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Drill down from package to package details #66
Comments
The challenge here is providing the DejaCode (app1) user a way to reach the ScanCode.io UI (app2) while not having a user account there. |
@tdruez I reckon the difficulty, but you are making a specific assumption that we would open the web pages of the SCIO instance separately. Instead what about these:
|
This is going to be critical to help curate and review scans in details. |
I think that the @tdruez suggestion "Some solutions may include using "JSON Web Token" like approach to provide temporary user access to the ScanCode.io app, limited to a single Project context." actually makes a lot of sense, rather than introducing a lot of redundant info/details in DejaCode. That's my initial reaction anyway, since I'm not very clear on DejaCode retrieving "the data that matters". |
on the other hand, regarding "the data that matters", there are some data bits that we need to consider for DejaCode, as described in these issues (and others too probably): |
Not that simple as the page is not only a plain HTML file but has many external dependencies. Also all the links and navigation would have to be somehow rewrited, sounds like a mess.
Depending on which data we want to display, that may results in a lot of code duplication. |
When a package is in DejaCode and has been furthered scanned, or is in the purldb I would like to drill down aka. navigate to its scan details either in ScanCode.io or the PurlDB.
In particular I would like to see details about license detection results (and scores), license clarity scores and navigate to the resource details
The text was updated successfully, but these errors were encountered: