-
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 20621 mobile shipment apis main #13545
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.
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.
LGTM
B-20620
Summary
IntegrationPR: #13456
How to test
Use Swagger or Postman to check Internal APIs:
Import
internal.yaml
file from swagger folder if you have not already.POST - http://milmovelocal:3000/swagger-ui/internal.html#/mtoShipment/createMTOShipment
Example body to use:
PATCH - http://milmovelocal:3000/swagger-ui/internal.html#/mtoShipment/updateMTOShipment
Example body to use:
GET - http://milmovelocal:3000/swagger-ui/internal.html#/mtoShipment/listMTOShipments
GET - http://milmovelocal:3000/swagger-ui/internal.html#/moves/getAllMoves
Backend
Database
Any new migrations/schema changes:
Screenshots
Grab moveTaskOrder ID from developer tools
Example of swagger input for mobile home POST
Mobile Home model returned after POST
Mobile Home model returned after PATCH