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

feature/appeals-46700 #1621

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feature/appeals-46700 #1621

wants to merge 2 commits into from

Conversation

mikefinneran
Copy link
Contributor

  • Return VBMS document directly to Reader on S3 cache miss

  • Add separate path for reader api call for document to return from vbms directly for s3 miss

  • update test for new record api fetch

  • update record fetcher to use parent child for api only fetcher

  • update test for reader s3 miss and s3 hits

  • clean up unneeded spec file


Resolves #{efolder issue number} / department-of-veterans-affairs/caseflow#{caseflow issue number} / CASEFLOW-{JIRA number}

Description

Please explain the changes you made here.

Acceptance Criteria

  • Code compiles correctly

Testing Plan

  1. Go to ...

User Facing Changes

  • Screenshots of UI changes added to PR & Original Issue
BEFORE AFTER

Code Documentation Updates

  • Add or update code comments at the top of the class, module, and/or component.

Database Changes

Only for Schema Changes

  • Timestamps (created_at, updated_at) for new tables
  • Column comments updated
  • Verify that migrate:rollback works as desired (change supported functions)
  • Query profiling performed (eyeball Rails log, check bullet and fasterer output)
  • Appropriate indexes added (especially for foreign keys, polymorphic columns, unique constraints, and Rails scopes)
  • Add your indexes safely (see Caseflow::Migrations
  • DB schema docs updated with make docs (after running make migrate)
  • #appeals-schema notified with summary and link to this PR
  • Any non-obvious semantics or logic useful for interpreting database data is documented at Caseflow Data Model and Dictionary

Integrations: Adding endpoints for external APIs

  • Check that Caseflow's external API code for the endpoint matches the code in the relevant integration repo
    • Request: Service name, method name, input field names
    • Response: Check expected data structure
  • Update Fakes
  • Integrations impacting functionality are tested in Caseflow UAT

mikefinneran and others added 2 commits July 2, 2024 01:54
* Return VBMS document directly to Reader on S3 cache miss

* Add separate path for reader api call for document to return from vbms directly for s3 miss

* update test for new record api fetch

* update record fetcher to use parent child for api only fetcher

* update test for reader s3 miss and s3 hits

* clean up unneeded spec file

---------

Co-authored-by: Andre Pollard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants