The Project
data class should have a description
property like the Package
data class has
#9443
Labels
enhancement
Issues that are considered to be enhancements
good first issue
An easy issue for new contributors
model
About the data model
What is the existing functionality and how should it be enhanced?
In NPM package manager,
there is the concept of a Project and Package.
But while both data classes share attributes like
homepageUrl
,only data class
Package
has attributedescription
.But, at least for the case in NPM, projects also have a
description
line inpackage.json
, and it is not clear to me whyhomepage
should be handled different thandescription
.Additional context
I had a case with the following error message
Yes, the identifiers were the same, but I was wondering why one result had a
description
, and the other not.Please handle with low priority or close.
The text was updated successfully, but these errors were encountered: