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

Enable server-side pagination hardware_types #797

Conversation

OmarBrbutovic
Copy link
Contributor

Updated queries for hardware_types to support server-side pagination. This change ensures data fetching is paginated on the backend while maintaining the current client-side logic. A future update will optimize the respective tables to fully leverage pagination, avoiding an immediate rewrite of the client-side implementation.

Part of #779

Updated queries for `hardware_types` to support server-side pagination.
This change ensures data fetching is paginated on the backend while
maintaining the current client-side logic. A future update will
optimize the respective tables to fully leverage pagination,
avoiding an immediate rewrite of the client-side implementation.

Part of edgehog-device-manager#779

Signed-off-by: Omar <[email protected]>
@davidebriani davidebriani merged commit 04560ac into edgehog-device-manager:feature/server-side-pagination Jan 14, 2025
6 checks passed
@OmarBrbutovic OmarBrbutovic deleted the hardware_type_ssp branch January 15, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants