Skip to content
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-21667 B-21374 I-13550 INT #14246

Merged
merged 16 commits into from
Nov 21, 2024
Merged

Conversation

traskowskycaci
Copy link
Contributor

@traskowskycaci traskowskycaci commented Nov 20, 2024

Agility Issue

Agility ticket B-21667

Agility ticket B-21374

Summary

B-21374 fix
A mysterious 0 value was appearing on the allowance details in the case of 0 dependents under 12 and 0 over 12. Issue was written up for it, fix was just adding a > 0 for the each of the checks for info?.dependentsTwelveAndOver || info?.dependentsUnderTwelve in src/components/Office/DefinitionLists/AllowancesList.jsx.

B-21667 fix
As part of troubleshooting the above, noticed that the Unaccompanied Baggage Allowance field was not appearing on the Allowance section. Needed to update ubAllowance to unaccompaniedBaggageAllowance, after changing that variable as part of B-21487, which I have merged into my B-21667 branch.

How to test

  1. Login as a customer, creating a UB shipment with the UB FF turned on, selecting no dependents
  2. Log in as an SC and view the Allowances section for the move.
  3. Check that the DB has 0 values for the dependents under 12 and dependents 12 and over.
  4. Verify that you do not see the 0 just hanging out in the dependents section
    Should NOT see this 0:
    image
  5. Check that you have a non-zero value in the UB allowance column of the order entitlement
  6. Verify that you see the Unaccompanied Baggage Allowance field in the Allowances section with the UB allowance value.
    image

Try to break

  1. Play around with 0 values for dependents under 12, dependents 12 and over, and ub allowance. You should see 0 values handled by either not being shown or shown with a -, and non-zero values displayed correctly

joeydoyecaci and others added 15 commits November 8, 2024 15:14
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ate-to-Customer-Submit-Confirmation-Screen

B 21467 main ppm verbiage update to customer submit confirmation screen
@traskowskycaci traskowskycaci changed the title B 21667 i 13550 int B-21667 B-21374 I-13550 INT Nov 20, 2024
@robot-mymove
Copy link

robot-mymove commented Nov 20, 2024

Warnings
⚠️ This PR does not include changes to unit tests, even though it affects app code.

Generated by 🚫 dangerJS against 701aae3

@traskowskycaci traskowskycaci self-assigned this Nov 20, 2024
@traskowskycaci traskowskycaci added Mountain Movers Movin' Mountains 1 Sprint at a time INTEGRATION Slated for Integration Testing labels Nov 20, 2024
@traskowskycaci traskowskycaci marked this pull request as ready for review November 20, 2024 20:27
@TevinAdams
Copy link
Contributor

TevinAdams commented Nov 20, 2024

The 0 value seems to be working for me. Non 0 values still display correctly.
image
image

Copy link
Contributor

@TevinAdams TevinAdams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After testing the issue looks fixed.

Copy link
Contributor

@danieljordan-caci danieljordan-caci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vv good

@traskowskycaci traskowskycaci merged commit fb26888 into integrationTesting Nov 21, 2024
30 checks passed
@traskowskycaci traskowskycaci deleted the B-21667-I-13550-INT branch November 21, 2024 20:04
This was referenced Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
INTEGRATION Slated for Integration Testing Mountain Movers Movin' Mountains 1 Sprint at a time
Development

Successfully merging this pull request may close these issues.

7 participants