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

Pageable implementation #46

Merged
merged 4 commits into from
May 13, 2024
Merged

Pageable implementation #46

merged 4 commits into from
May 13, 2024

Conversation

superpollo2
Copy link
Contributor

@superpollo2 superpollo2 commented May 13, 2024

Implement pagination in the endpoint returning mapped records for tables

Modified the endpoint returning mapped records for tables to use pagination
using the Pageable return type. Added the Pageable method to the
corresponding JPA repository to enable pagination of records.

The following changes were made:

- Adjusted the inventory service (InventoryItem) to use pagination when accessing records.
- Adjusted the loan service to accommodate the changes and use pagination when accessing records.
- Adjusted de Controller inventory y loan

These changes will improve performance when handling large data sets and

superpollo2 and others added 4 commits May 13, 2024 13:23
Modified the endpoint returning mapped records for tables to use pagination
using the Pageable return type. Added the Pageable method to the
corresponding JPA repository to enable pagination of records.

The following changes were made:

- Adjusted the inventory service (InventoryItem) to use pagination when accessing records.
- Adjusted the loan service to accommodate the changes and use pagination when accessing records.
- Adjusted de Controller inventory y loan

These changes will improve performance when handling large data sets and
enable efficient navigation through mapped records for tables.
headers to a separate endpoint for both inventory and loans.

Changes made include:

- Headers are now fetched from a separate endpoint.
- Adjustments made to both inventory and loans services to accommodate these changes.

This restructuring improves the organization of data retrieval and allows for
cleaner separation of concerns between data and headers in table responses.
Copy link

@superpollo2 superpollo2 merged commit ee486cd into master May 13, 2024
2 checks passed
@superpollo2 superpollo2 deleted the feat/page branch June 3, 2024 02:16
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.

1 participant