Skip to content

MYD-6666/feat: implement paginated order search with enhanced filtering options

aya zouity a demandé de fusionner feature/MYD-6666 vers develop
  • Updated the .env file to point to the local gateway API for development.
  • Modified OrderTableFilters to include additional optional fields for enhanced filtering.
  • Introduced OrdersSearchParams and OrdersPage interfaces for paginated order retrieval.
  • Implemented useGetOrdersPaginatedSearch hook for fetching orders with pagination and filters.
  • Updated endpoints to include a new endpoint for paginated order search.
  • Refactored OrderTableRow and OrderTableToolbar components to accommodate new filtering options.
  • Enhanced all-orders-view to support paginated order display and improved filtering logic.
  • Adjusted OrderListView to utilize the new paginated data fetching mechanism.

Closes MYD-6666

Rapports de requête de fusion