Presently with #44, there are two attributes added,
codebase_attributes : "license_detection_issues_summary"
resource_attributes : "license_detection_issues"
where the resource_attribute represents a file-view example, where every file has license detection issues potentially, and the
codebase_attribute is an issue-view example, where we go through issues (unique issues, with all their occurances) one by one, instead of files.
The issue-view makes more sense in terms of review and resolving, and as @pombredanne suggests even dropping the resource_attribute entirely, and just have the codebase_attribute as an issue-view, makes sense.
Presently with #44, there are two attributes added,
where the
resource_attributerepresents afile-viewexample, where every file has license detection issues potentially, and thecodebase_attributeis anissue-viewexample, where we go through issues (unique issues, with all their occurances) one by one, instead of files.The
issue-viewmakes more sense in terms of review and resolving, and as @pombredanne suggests even dropping theresource_attributeentirely, and just have thecodebase_attributeas anissue-view, makes sense.