Closed fiver-watson closed 1 month ago
Fixing the total package count is going to require changes to the Enduro API - the current /package
GET endpoint doesn't return a count of the total number of packages stored in Enduro. This change will require changes to the Goa API layer, the package service layer, and the persistence layer so this is not a good first issue to tackle.
Thanks for the context, @djjuhasz!
👍 LGTM! Also, I personally did end up liking have the results count both at the top and the bottom of the page. Even on a relatively large monitor, , the 20 results regularly went beyond my screen, so having that count repeated at the bottom by the pager (esp given that the pager doesn't reload the page fully and bring you back to the top) works well.
Description
The Packages browse page in Enduro includes a count of page results and total packages, just below the page header. However, this counter constantly only ever reads
20/20
- it is currently only ever listing the total package count as the current total page count.To Reproduce
Steps to reproduce the behavior:
Error encountered
Package count reads:
Expected outcome
This counter should: