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

AP-5307: Add firm offices to new PDA result #7209

Merged
merged 5 commits into from
Sep 24, 2024

Conversation

jsugarman
Copy link
Contributor

@jsugarman jsugarman commented Sep 20, 2024

What

Add and log firm offices from new PDA API

Link to story

The existing PDA returns all offices in the providers firm as part of the "provider offices". The new PDA
only returns the offices of the specific individual provider (a person/user). To understand the impact and how
to handle it we want to compare all the offices in the firm of the specific provider from the new PDA with those coming from the old CCSM PDA.

The new PDA requires a second call to achieve this, so the relevant part of the response body of the second call has been merged with the response body of the first call and returned as a result object.

Checklist

Before you ask people to review this PR:

  • Tests and rubocop should be passing: bundle exec rake
  • Github should not be reporting conflicts; you should have recently run git rebase main.
  • The standards in the Git Workflow document on Confluence should be followed
  • There should be no unnecessary whitespace changes. These make diffs harder to read and conflicts more likely.
  • The PR description should say what you changed and why, with a link to the JIRA story.
  • You should have looked at the diff against main and ensured that nothing unexpected is included in your changes.
  • You should have checked that the commit messages say why the change was made.

@jsugarman jsugarman force-pushed the ap-5307/query-pda-provider-firm-offices branch 5 times, most recently from 2dddad8 to 121038b Compare September 20, 2024 12:40
The existing CCMS PDA returns all offices in the providers
firm as part of the "provider offices". The new PDA API
only returns the offices of the specific individual provider (a person/user).

To understand the impact and how to handle it we want to compare all the
offices in the firm of the specific provider from the new PDA with those
coming from the old CCSM PDA.

The new PDA requires a second call to achieve this, so the relevant part
of the response body of the second call have been merged with the response
body of the first call and returned as a result object.
@jsugarman jsugarman force-pushed the ap-5307/query-pda-provider-firm-offices branch from 121038b to 796345a Compare September 20, 2024 13:52
This should be ingress.hosts but has been changed
in the values files for some reason.
Makes it more of an integration test and inline
with changes to the comparision tool class.
@jsugarman jsugarman force-pushed the ap-5307/query-pda-provider-firm-offices branch from 2589a2f to 872af11 Compare September 23, 2024 07:09
Copy link

sonarcloud bot commented Sep 23, 2024

@jsugarman jsugarman marked this pull request as ready for review September 23, 2024 07:39
@jsugarman jsugarman requested a review from a team as a code owner September 23, 2024 07:39
@jsugarman jsugarman added the ready for review Please review label Sep 23, 2024
Copy link
Contributor

@colinbruce colinbruce left a comment

Choose a reason for hiding this comment

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

It looks okay to me, but could probably do with a tech UAT run to check the results

@jsugarman jsugarman merged commit fc3888c into main Sep 24, 2024
14 checks passed
@jsugarman jsugarman deleted the ap-5307/query-pda-provider-firm-offices branch September 24, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved by code reviewers ready for review Please review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants