-
Feature
-
Resolution: Won't Do
-
Major
-
None
-
Todo
(Migrated from https://github.com/syndesisio/syndesis/issues/3113)
Author: Stan Lewis
Assignees: unassigned
This is a...
[!-- Check ONLY one of the following options with "x" --]
[pre][code]
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
The problem
[!--
Briefly describe the issue you are experiencing (or the feature you want to see implemented on Syndesis).
+ For BUGS, tell us what you were trying to do and what happened instead.
+ For NEW FEATURES, describe the User Persona demanding it and its use case.
--]
There's a basic implementation of pagination at the backend but I think we'll need a bit more information on the UI side to implement more on-demand fetching of resources.
Currently there's
page
and
per_page
options that can be sent, the reponse for these requests contain a total, the items but no indication of how many possible pages or items etc.