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 server-side pagination/filtering/ordering for tags when using list mode and consuming Shlink 3.0.0 #238

Open
acelaya opened this issue Jan 8, 2022 · 1 comment

Comments

@acelaya
Copy link
Member

acelaya commented Jan 8, 2022

Summary

Shlink 3.0.0 will introduce support for server-side pagination in tags list, as well as server-side filtering by search term and server-side ordering. Use it to improve the tags list performance when using the table mode.

When loading the tags without stats, we should still load the whole list in one go, as the performance impact there is almost none, and it would make the tags autosuggest component not work.

@acelaya acelaya added the feature label Jan 8, 2022
@acelaya acelaya changed the title Use server-side pagination/filtering/ordering for tags when using tags list and consuming Shlink 3.0.0 Use server-side pagination/filtering/ordering for tags when using list mode and consuming Shlink 3.0.0 Jan 8, 2022
@acelaya
Copy link
Member Author

acelaya commented Jan 25, 2022

Shlink 3.0.0 is finally not fully supporting server-side pagination for all combinations (See shlinkio/shlink#1346), so this might be blocked.

@acelaya acelaya transferred this issue from shlinkio/shlink-web-client Feb 2, 2024
@acelaya acelaya added the blocked label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant