Allow single page view of all the pacts
closed
Stephen Attard
Right now the only way to view all the pacts in a single page is to add a query parameter to the URL, and setting
page=1
and pageSize
> number of pacts store. Such as <URL>/?page=1&pageSize=500.It would be more convenient if this settings is persisted or user configurable, to allow for a single view. This then makes the sorting actually work, and list all the pacts after each other (specific to a single producer or consumer) when sorting.
If the sort icon is clicked with multiple pages, the sort only takes into consideration the 100 pacts displayed on the current page, which could likely be an incomplete view.
Yousaf Nabi
closed
Tracked via linked GitHub issue https://github.com/pact-foundation/pact_broker/issues/702
Beth
Yup, it needs proper sorting/searching as well. I need someone who has just a little bit of free time to pick up some very basic UI work.
Aleksander Stelmaczonek
Actually, this is how it was in the beginning. The pagination was added in one of the "recent" versions I believe.
In my company, we have hundreds of pacts so searching for the one I need is troublesome right now, unless I manually set (in the URL) the
pageSize
to something bigger.