-
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-21984 Add Move Management Fee to Payment Review #14543
base: integrationTesting
Are you sure you want to change the base?
INT-B-21984 Add Move Management Fee to Payment Review #14543
Conversation
…dd-Move-Managemnent-Fee-Too-Payment-Review
color: $mm-periwinkle; | ||
color: #8fb2ed; |
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.
Could you instead adjust the mm-periwinkle
? That way we have 508 compliance across the board when that color is used.
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.
Yep good call. Since this was a contrast issue I was initially worried that other elements that used this color may have a different background color, so I didn't know how it would affect them. The only other location it is used is on the same background color though, so this should be good.
…dd-Move-Managemnent-Fee-Too-Payment-Review
…nt-Fee-Too-Payment-Review
|
…nt-Fee-Too-Payment-Review
Agility ticket
Summary
This story is to display the Move management Fee on the Final Payment Review Details Panel. Currently if the MM fee is approved for payment, there will be a discrepancy between the Accepted amount total, and what user can see on the screen as being billed. Displaying the MM fee will ensure the user that the amounts are correct.
This also includes a slight color change to the vertical bar in the user info area as I was getting a nasty 508 compliance error when I went to create the 508 report.
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
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Screenshots