Actions
Story #3059
closedAs a user, when showing the detail view of a repository, I can see the unit counts for each type in the repo
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 27
Quarter:
Description
The detail view of a repo should show the counts of each type per repo.
{
"counts": {
"rpm ": 12,
"drpm": 6
}
}
Per, in-person discussion this data should be computed on-the-fly. We do not plan to store these counts in the db.
Actions
Added 'content_summary' field to repository detail view
closes #3059 https://pulp.plan.io/issues/3059