Skip to content
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

Need to start thinking about Pagination in Search page #1756

Open
erlemantos opened this issue Jul 3, 2019 · 1 comment
Open

Need to start thinking about Pagination in Search page #1756

erlemantos opened this issue Jul 3, 2019 · 1 comment
Labels

Comments

@erlemantos
Copy link
Contributor

Description:

For now we are not yet doing pagination on the main Search page. We need to start thinking about implementing this feature when models starts arriving.

@aedelmann aedelmann added the UX label Jul 22, 2019
@ghost
Copy link

ghost commented Dec 10, 2019

I saw some form of pagination in the Angular controllers/templates for search, creation and references, but it doesn't seem to operate visibly - not sure what was the line of thinking then.

I believe Spring can help with that natively (likely the "easiest" approach), or we could use Range headers (tricky one in my experience, I've done it only once and with Dojo/GridX against garden variety REST services, which did not make it any easier).

An uglier but maybe simpler alternative would be to not implement any pagination in the back-end, and let the front-end sort/show/hide results on its own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants