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

Implement Pagination for Fetching Cycle Count Items on Admin detail screens #657

Open
3 tasks
amansinghbais opened this issue Jan 21, 2025 · 1 comment
Open
3 tasks
Assignees

Comments

@amansinghbais
Copy link
Contributor

What is the motivation for adding/enhancing this feature?

Add pagination functionality for fetching cycle count items on the details page of admin screens. Use the DxpPagination component from the dxp-component library to enhance user experience and optimize data handling for large item lists.

What are the acceptance criteria?

  • ...

Can you complete this feature request by yourself?

  • YES
  • NO

Additional information

@amansinghbais amansinghbais self-assigned this Jan 21, 2025
amansinghbais added a commit to amansinghbais/inventory-count that referenced this issue Jan 22, 2025
@amansinghbais amansinghbais moved this from 📋 Backlog to 🏗 In progress in Digital Experience Platform Jan 22, 2025
@amansinghbais amansinghbais moved this from 🏗 In progress to 👀 In review in Digital Experience Platform Jan 22, 2025
amansinghbais added a commit to amansinghbais/inventory-count that referenced this issue Jan 23, 2025
amansinghbais added a commit to amansinghbais/inventory-count that referenced this issue Jan 23, 2025
@amansinghbais
Copy link
Contributor Author

amansinghbais commented Jan 23, 2025

Currently, items are sorted client-side by parentProductName, but with pagination, sorting needs to be handled by the API. This requires backend support to provide pre-sorted items.

Marking this ticket as On Hold until the support is available.

@amansinghbais amansinghbais moved this from 👀 In review to ⏸️ Dev complete in Digital Experience Platform Jan 23, 2025
@amansinghbais amansinghbais moved this from ⏸️ Dev complete to 🛑 On hold in Digital Experience Platform Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🛑 On hold
Development

No branches or pull requests

1 participant