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

SPR-168 Download all files #80

Merged
merged 3 commits into from
Jul 11, 2023
Merged

SPR-168 Download all files #80

merged 3 commits into from
Jul 11, 2023

Conversation

dbarkowsky
Copy link
Collaborator

@dbarkowsky dbarkowsky commented Jul 10, 2023

Description

This PR includes the following proposed change(s):

  • Completed API route to download all files from a record
  • Added an option in the UI to call this route.
  • Uses JSZip to combine all the existing files.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring / Documentation
  • Version change
  • Dependencies added/removed

Aspect(s) of Project Affected

  • Frontend
  • API
  • Database
  • Workflows
  • Documentation

Best Practices Checklist

  • I have performed a self-review of my own code
  • My code follows the Airbnb React Style Guidelines
  • Documentation has been updated to reflect my changes
  • New and existing tests pass locally with my changes

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Tested against local builds. Manually downloading files.

@codeclimate
Copy link

codeclimate bot commented Jul 10, 2023

Code Climate has analyzed commit 79d52d8 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.

@dbarkowsky dbarkowsky merged commit 5a81ed8 into main Jul 11, 2023
5 checks passed
@dbarkowsky dbarkowsky deleted the SPR-168-Download-All-Files branch July 11, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants