-
Notifications
You must be signed in to change notification settings - Fork 35
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
B-21569 Main #14683
B-21569 Main #14683
Conversation
…-Service-Items' into B-21569
only include Fuel Surcharge FSC if either origin or destination is CONUS.
…to_shipment_updater, moved the tests over and updated for POEFSC and PODFSC instead of just FSC.
Instead of inserting them as we encounter them in the proc, collect them into a temp table, sort them, and then insert.
from just "International UB".
Include the sort field in listMTOServiceItems operation. Update the sorting logic in ServiceItemsTable.jsx. Remove my changes to the stored procedure. Move testing from shipment_approver to the service and UI tests.
added test and ensure nulls are sorted After those with sort values.
Add logic in model_to_payload to match on ShipmentType and MarketCode. Update test to use matching shipment info.
additional test in model_to_payload_test, no need to compare to blank strings because those are non-null DB enums, fix the multiple joins on the MTOServiceItem query, remove the unneeded UUID generation in mto_service_items_test.
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commits match up. LGTM 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matches up
B-21569
B-21569
Summary
Add service items for Unaccompanied Baggage.
The feature mentions that the Fuel Surcharge is only for when either the Origin or Destination is CONUS.
I updated the preview page also.
Fix the order of the service items. I did this by retrieving the sort column and using that in the jsx code.
I also changed "International UB" to "International UB price."
INT PR 1: #14491
INT PR 2: #14577
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Setup to Run the Code
How to test
a. International UB price
b. International POE Fuel Surcharge
c. International UB pack
d. International UB unpack
a. International UB price
b. International UB pack
c. International UB unpack
a. International UB price
b. International POD Fuel Surcharge
c. International UB pack
d. International UB unpack
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots
CONUS-OCONUS with POE FSC
OCONUS-OCONUS (no FSC)
OCONUS-CONUS with POD FSC