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

Fix VolumetricWeight object #276

Open
lambertciata opened this issue Oct 30, 2024 · 3 comments
Open

Fix VolumetricWeight object #276

lambertciata opened this issue Oct 30, 2024 · 3 comments
Labels

Comments

@lambertciata
Copy link
Collaborator

lambertciata commented Oct 30, 2024

In current ontology there seems to be a mistake on the way VolumetricWeight object is defined.

Image

Object contains a property called chargeableWeight which is wrong or misplaced.

As the Chargeable Weight is defined as the maximum between gross weight and volumetric weight, it need to be mentioned to avoid other stakeholders to implement the logic while viewing AWB data but it should not be in the VolumetricWeight object.

2 solutions:
1 - We deprecate VolumetricWeight object and move the chargeableWeight and conversionFactor to Piece object.
2 - We remove chargeableWeight from VolumetricWeight object and move it to Piece object, we add volumetricWeight propery to VolumetricWeight object. In that case is VolumetricWeight a Value or just a double? Which unit does it have?

Image

In current messages, the value of the volumetric weight (volumes x conversion factor) is not present.

@lambertciata lambertciata converted this from a draft issue Oct 30, 2024
@lambertciata
Copy link
Collaborator Author

lambertciata commented Nov 12, 2024

VolumetricWeight shouldn't make sense at Piece level as it is airline specific. It should be only on Shipment level. Check as well if it's requried on LineItem level as well, might impact where we need to put the Volumetric Weight

@lambertciata
Copy link
Collaborator Author

Here is a proposal to update the data model.

Image

@lambertciata
Copy link
Collaborator Author

As discussed in 21Nov call:

  • Remove VolumetricWeight from Piece and Shipment
  • Deprecate VolumetricWeight
  • Have chargeableWeight, volumetricWeight (Value) and conversionFactor at WaybillLineItem level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Approval from taskforce
Development

No branches or pull requests

1 participant