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

Revamp shipment tracking and implement a shipment tracker for DHL #1149

Open
mgesing opened this issue Jul 24, 2024 · 0 comments
Open

Revamp shipment tracking and implement a shipment tracker for DHL #1149

mgesing opened this issue Jul 24, 2024 · 0 comments
Assignees
Milestone

Comments

@mgesing
Copy link
Contributor

mgesing commented Jul 24, 2024

  • Remove CompositeShipmentTracker because retrieving tracking infos by tracking number is not suitable.
  • Enable to get an IShipmentTracker instance per Shipment entity because the shipments of an order can be carried out by different carriers thus different shipment trackers.
  • Note that an IShippingRateComputationMethod can represent a shipping method on its own, e.g. UPS.
  • IShipmentTracker:
    • Change method Task<string> GetUrlAsync(string trackingNumber, Languge language = null).
    • Remove IsMatch(string trackingNumber) (not suitable).
@mgesing mgesing added this to the 6.0 milestone Jul 24, 2024
@mgesing mgesing self-assigned this Jul 24, 2024
@mgesing mgesing changed the title Implement a shipment tracker for DHL Revamp shipment tracking and implement a shipment tracker for DHL Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant