-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow single page view of all the pacts #702
Comments
This issue has been linked to a Canny post: Allow single page view of all the pacts 🎉 |
Aleksander Stelmaczonek - October 19, 2020
|
Beth - March 6, 2021
|
This issue has been linked to a Canny post: Allow single page view of all the pacts 🎉 |
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
andpageSize
> number of pacts store. Such as /?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.
https://pact.canny.io/admin/board/feature-requests/p/allow-single-page-view-of-all-the-pacts
The text was updated successfully, but these errors were encountered: