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

Use e.g. Waypoints to partially render the search result lists #1532

Open
joelit opened this issue Sep 28, 2023 · 0 comments
Open

Use e.g. Waypoints to partially render the search result lists #1532

joelit opened this issue Sep 28, 2023 · 0 comments

Comments

@joelit
Copy link
Contributor

joelit commented Sep 28, 2023

Description of the enhancement

There is probably no point in rendering all the search results when we have a lot more of them that can fit in a browser screen. Implementing a partial load would be a good idea - previously in Skosmos 2.x this was done with Waypoints.

Who are the users that would benefit from the enhancement and how?

Each rendering of a search result hit triggers calls for resolvling uri resources, translation strings, etc. At some point rendering all of the results at once will result in long page loading times. As the search strings contain an implicit wildcard character in the end, it is possible to get hundreds of hits for a short search term. These would be improved by partial rendering of the list.

@joelit joelit added this to the 3.0 milestone Sep 28, 2023
@joelit joelit added this to Proposed Skosmos 3.0 issues (to do) in Skosmos 3.0 Backlog via automation Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Skosmos 3.0 Backlog
  
Proposed Skosmos 3.0 issues (to do)
Development

No branches or pull requests

1 participant