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

Commits on Sep 20, 2024

  1. Retrieve firm offices for provider and compare

    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 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    796345a View commit details
    Browse the repository at this point in the history
  2. Correct reference to host in helm notes

    This should be ingress.hosts but has been changed
    in the values files for some reason.
    jsugarman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    678135a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5980f58 View commit details
    Browse the repository at this point in the history
  4. Replace retriever stubs with request stubs

    Makes it more of an integration test and inline
    with changes to the comparision tool class.
    jsugarman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8ebd700 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Refactor specs

    jsugarman committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    872af11 View commit details
    Browse the repository at this point in the history