-
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-21974 hide additional pickup and delivery options for nts and ntsr #14587
INT-B-21974 hide additional pickup and delivery options for nts and ntsr #14587
Conversation
…up-Delivery-Options-NTS-NTSR
Converting to draft temporarily while I pull in the NTSR shipment type name change. |
Ok, I got the NTSR name change pulled in. This is ready for review. |
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. Got it running locally. One question though are the changes coming in from .gitlab-ci.yml
from main?
Yep. If you compare the file contents to what's in main, it should match up. |
…up-Delivery-Options-NTS-NTSR
In hindsight I could have just done that myself instead of commenting 😅 |
lol no worries. |
…up-Delivery-Options-NTS-NTSR
…up-Delivery-Options-NTS-NTSR
…up-Delivery-Options-NTS-NTSR
Agility ticket
Summary
This story is to improve the shipment creation UI in the Prime Simulator for NTS/NTSR shipments. NTS shipment can only have one delivery address. We are hiding the secondary delivery question which also logically hides the tertiary delivery question. This prevents the user from attempting to supply those addresses which would cause an error. The same thing is applied to secondary/tertiary pickup addresses for NTSR shipments which should only have a primary pickup address.
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.
How to test
NTS
NTSR
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