Skip to content

feat(deliveries): add delivery filters hook and component#146

Closed
directorfloo wants to merge 2 commits into
SwiftChainn:mainfrom
directorfloo:DeliveryListFilterSortControls
Closed

feat(deliveries): add delivery filters hook and component#146
directorfloo wants to merge 2 commits into
SwiftChainn:mainfrom
directorfloo:DeliveryListFilterSortControls

Conversation

@directorfloo
Copy link
Copy Markdown
Contributor

  • Implemented useDeliveryFilters hook for managing delivery filter state via URL query parameters.
  • Created DeliveryFilters component to utilize the new hook.
  • Added tests for useDeliveryFilters to ensure correct functionality and state management.

feat(escrow): create EscrowLock component for locking payments

  • Developed EscrowLock component to handle payment locking with user confirmation.
  • Integrated escrow service for locking functionality and error handling.
  • Added tests for EscrowLock component covering various states and interactions.

test(deliveries): add unit tests for deliveries service

  • Created tests for deliveriesService to validate API interactions and error handling.
  • Ensured correct behavior for fetching deliveries with and without filters.

feat(types): define filter types for delivery management

  • Added type definitions for delivery filters including DeliveryStatus and DeliveryFilterParams.

folorunsho olamide and others added 2 commits June 1, 2026 17:04
- Implemented `useDeliveryFilters` hook for managing delivery filter state via URL query parameters.
- Created `DeliveryFilters` component to utilize the new hook.
- Added tests for `useDeliveryFilters` to ensure correct functionality and state management.

feat(escrow): create EscrowLock component for locking payments

- Developed `EscrowLock` component to handle payment locking with user confirmation.
- Integrated escrow service for locking functionality and error handling.
- Added tests for `EscrowLock` component covering various states and interactions.

test(deliveries): add unit tests for deliveries service

- Created tests for `deliveriesService` to validate API interactions and error handling.
- Ensured correct behavior for fetching deliveries with and without filters.

feat(types): define filter types for delivery management

- Added type definitions for delivery filters including `DeliveryStatus` and `DeliveryFilterParams`.
@directorfloo directorfloo deleted the DeliveryListFilterSortControls branch June 2, 2026 19:24
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