-
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 21438 main #14679
B 21438 main #14679
Conversation
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
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.
Looks good
B-21438
INT Review](#14687)
Summary
This review adds the market code to the Prime Sim UI and updates the backend to include MTOServiceItemDomesticShuttle (replacement for MTOServiceItemShuttle that will be removed when homesafe is ready).
It also sets the market code to display for international shipments on the Prime UI
The market for an international shuttle service item is determined by the location where the good are picked up (origin) or dropped off (destination).
How to test
International:
Domestic:
{
"estimatedWeight":500,
"actualWeight":600,
"moveTaskOrderID":"7356e595-5994-4b89-bb6b-91f7910f9489",
"mtoShipmentID":"331f780d-f231-451f-8c4b-0153a43f5ef4",
"modelType":"MTOServiceItemDomesticShuttle",
"reason":"i want to",
"reServiceCode":"DOSHUT"
}
{
"estimatedWeight":500,
"actualWeight":600,
"moveTaskOrderID":"7356e595-5994-4b89-bb6b-91f7910f9489",
"mtoShipmentID":"331f780d-f231-451f-8c4b-0153a43f5ef4",
"modelType":"MTOServiceItemShuttle",
"reason":"i want to",
"reServiceCode":"DOSHUT"
}