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

INT B-22140 #14489

Merged
merged 15 commits into from
Jan 3, 2025
Merged

INT B-22140 #14489

merged 15 commits into from
Jan 3, 2025

Conversation

begrohmann
Copy link
Contributor

@begrohmann begrohmann commented Dec 30, 2024

B-22140

Summary

Adding Camp Pendleton, CA as a Counseling Office for LKNQ associated with Camp Pendleton duty location. This is CM'ing a defect fixed in Prod under INC1896099.

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.

  • Tested in the Experimental environment (for changes to containers, app startup, or connection to data stores)
  • Have the Agility acceptance criteria been met for this change?

Verification Steps for Reviewers

When origin duty location is Camp Pendleton, CA, the user should see PPPO DMO Camp Pendleton in the Counseling Office drop down list.

These are to be checked by a reviewer.

  • Has the branch been pulled in and checked out?
  • Have the BL acceptance criteria been met for this change?
  • Was the CircleCI build successful?
  • Has the code been reviewed from a standards and best practices point of view?

How to test

  1. Login as a Service Member
  2. Create new orders
  3. Select Camp Pendleton, CA as origin duty location
  4. Select the Counseling Office drop down and ensure PPPO DMO Camp Pendleton is in the list and can be selected

Frontend

  • There are no aXe warnings for UI.
  • This works in Supported Browsers and their phone views (Chrome, Firefox, Edge).
  • There are no new console errors in the browser devtools.
  • There are no new console errors in the test output.
  • If this PR adds a new component to Storybook, it ensures the component is fully responsive, OR if it is intentionally not, a wrapping div using the officeApp class or custom min-width styling is used to hide any states the would not be visible to the user.
  • This change meets the standards for Section 508 compliance.

Backend

Database

Any new migrations/schema changes:

  • Follows our guidelines for Zero-Downtime Deploys.
  • Have been communicated to #g-database.
  • Secure migrations have been tested following the instructions in our docs.

Screenshots

@deandreJones deandreJones requested a review from a team as a code owner January 2, 2025 17:14
update addresses set postal_code = '92054', us_post_region_cities_id = 'd0c818dc-1e6c-416a-bfa9-2762efebaed1' where id = 'af2ebb73-54fe-46e0-9525-a4568ceb9e0e';

--fix Camp Pendelton transportation office spelling
update transportation_offices set name = 'PPPO DMO Camp Pendelton' where id = 'f50eb7f5-960a-46e8-aa64-6025b44132ab';
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe the spelling should be Pendleton instead here.

Copy link
Contributor

Choose a reason for hiding this comment

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

@begrohmann what did you do?? did you misspell it on purpose?

@@ -110,7 +110,7 @@ test.describe('(MultiMove) Orders', () => {
await page.getByRole('combobox', { name: 'Pay grade' }).selectOption({ label: 'E-7' });
await page
.getByRole('combobox', { name: 'Counseling Office' })
.selectOption({ label: 'PPPO DMO Camp Pendleton - USMC' });
.selectOption({ label: 'PPPO DMO Camp Pendelton - USMC' });
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we sure we need to change this to Pendelton? Maybe an intentional Misspelling?

Copy link
Contributor

Choose a reason for hiding this comment

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

correcting

@ryan-mchugh
Copy link
Contributor

Origin duty location has spelling as Pendleton - google agrees

image

@deandreJones
Copy link
Contributor

deandreJones commented Jan 2, 2025

Origin duty location has spelling as Pendleton - google agrees

image

yep I just googled the base... definitely spelled Pendleton. @begrohmann
good catch Ryan

@deandreJones deandreJones added Mountain Movers Movin' Mountains 1 Sprint at a time INTEGRATION Slated for Integration Testing labels Jan 2, 2025
--update address for Camp Pendelton transportation office
update addresses set postal_code = '92054', us_post_region_cities_id = 'd0c818dc-1e6c-416a-bfa9-2762efebaed1' where id = 'af2ebb73-54fe-46e0-9525-a4568ceb9e0e';

--fix Camp Pendelton transportation office spelling
Copy link
Contributor

Choose a reason for hiding this comment

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

(minor) misspelling still there on comments and migration name
Approving

Copy link
Contributor

@ryan-mchugh ryan-mchugh left a comment

Choose a reason for hiding this comment

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

updates look good

image

@deandreJones deandreJones merged commit 0fecb61 into integrationTesting Jan 3, 2025
34 checks passed
@deandreJones deandreJones deleted the INT-B-22140 branch January 3, 2025 17:36
@deandreJones deandreJones mentioned this pull request Jan 6, 2025
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.

6 participants