department-of-veterans-affairs / caseflow-efolder

Tool for bulk download of efolder claim files
15 stars 8 forks source link

Andre/appeals 46702 2 #1624

Closed andrecolinone closed 1 month ago

andrecolinone commented 2 months ago

Resolves APPEALS_46702

Description

For API calls to eFolder and an S3 cache miss, eFolder would go back to VBMS and get document then store to S3 before returning to Reader. This store to S3 is unnecessary because an ActiveJob is kicked off in Reader when user browses the list of document and caches all the documents. Our update behind a feature flag will return the document and not try to save to S3 for API calls. The ActiveJob will take the existing path and store to S3.

Acceptance Criteria

Testing Plan

  1. https://jira.devops.va.gov/browse/APPEALS-49752
  2. https://jira.devops.va.gov/browse/APPEALS-49753

User Facing Changes

Code Documentation Updates

Database Changes

Only for Schema Changes

Integrations: Adding endpoints for external APIs

andrecolinone commented 1 month ago

duplicate closing