Refactor KnownOwners
to a capability to fit new data models.
#14276
Labels
Functionality:VisualStudioUI
Package Manager UI et al
Priority:2
Issues for the current backlog.
TechDebt
Technical debt
Type:Engineering
product/infrastructure work/not a customer bug/feature/DCR
KnownOwners could be refactored to be implemented as a capability to fit the new models.
KnownOwners information is merged with the
PackageSearchMetadataContextInfo
at creation time and then that information is converted into a list ofKnownOwnersViewModel
.New data models create "Capabilities" from
PackageSearchMetadataContextInfo
, for example vulnerabilities and deprecation. We could also leverage from this and create a KnownOwners capability to improve code readability and maintenance.The text was updated successfully, but these errors were encountered: