-
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
INT-B-21505 prime port update #14309
Merged
brianmanley-caci
merged 88 commits into
integrationTesting
from
INT-B-21505-Prime-Port-Update
Dec 16, 2024
Merged
INT-B-21505 prime port update #14309
brianmanley-caci
merged 88 commits into
integrationTesting
from
INT-B-21505-Prime-Port-Update
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into MAIN-B-21505
… into MAIN-B-21505
brianmanley-caci
added
INTEGRATION
Slated for Integration Testing
Go-Rillaz
Go-Rillaz
labels
Dec 2, 2024
brianmanley-caci
requested review from
danieljordan-caci,
traskowskycaci,
WeatherfordAaron,
r-mettler,
elizabeth-perkins,
samaysofo,
msaki-caci,
ryan-mchugh and
stevengleason-caci
December 2, 2024 16:52
…ms-MAIN B-21548 Update service items MAIN
danieljordan-caci
approved these changes
Dec 16, 2024
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.
B21575-main3-add_order_types
…-for-payment-requests MAIN - B-21415 Prime Sim update for payment requests
msaki-caci
reviewed
Dec 16, 2024
deandreJones
approved these changes
Dec 16, 2024
This was referenced Dec 18, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agility ticket
Summary
This story is to allow the prime user to update the port location for a move with either a POEFSC or PODFSC service item.
Is there anything you would like reviewers to give additional scrutiny?
this article explains more about the approach used.
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
Note: the functionality for ordering POEFSC and PODFSC service items does not yet exist. Therefore in order to test you will need to manually create either a POEFSC or PODFSC service item for a shipment.
INSERT INTO mto_service_items ( id, mto_shipment_id, move_id, re_service_id, status, created_at, updated_at, approved_at ) VALUES ( uuid_generate_v4(), '8eeba537-bb40-4f58-a534-74ea9ff64590', '813b7a43-2e3f-42f3-8c4e-eca95390d5ca', '388115e8-abe9-441d-96cf-a39f24baa0a3', 'APPROVED'::service_item_status, NOW(), NOW(), NOW() );
{ "id": "40b7e71a-6b03-4413-8601-dea694253ee3", "modelType": "UpdateMTOServiceItemInternationalPortFSC", "portCode": "PDX", "reServiceCode": "PODFSC" }
{ "reServiceCode": "PODFSC", "eTag": "MjAyNC0xMi0wMlQxNjo0MjoxNi42NjUwNDla", "id": "40b7e71a-6b03-4413-8601-dea694253ee3", "modelType": "MTOServiceItemBasic", "moveTaskOrderID": "813b7a43-2e3f-42f3-8c4e-eca95390d5ca", "mtoShipmentID": "8eeba537-bb40-4f58-a534-74ea9ff64590", "reServiceName": "International POD Fuel Surcharge", "status": "APPROVED" }
"portOfDebarkation": { "city": "PORTLAND", "country": "UNITED STATES", "county": "MULTNOMAH", "id": "b6e94f5b-33c0-43f3-b960-7c7b2a4ee5fc", "portCode": "PDX", "portName": "PORTLAND INTL", "portType": "A", "state": "OREGON", "zip": "97220" },
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