-
Notifications
You must be signed in to change notification settings - Fork 0
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
Task/WP-724: Mutation Hooks: Compress Files #1009
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1009 +/- ##
==========================================
- Coverage 72.68% 72.08% -0.61%
==========================================
Files 534 538 +4
Lines 33657 33776 +119
Branches 2989 2982 -7
==========================================
- Hits 24464 24347 -117
- Misses 8995 9229 +234
- Partials 198 200 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Client side tests failing |
client/src/components/DataFiles/DataFilesModals/DataFilesCompressModal.jsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sal Tijerina <[email protected]>
I'll come back to the tests I skipped once I get the Extract hook working with the new changes we talked about. |
Overview
We are working on updating our current mutations to utilize TypeScript and React Query instead of React Redux. This should improve the speed and functionality of all portal systems going forward.
Related
Changes
I converted
useCompress.js
touseCompress.ts
and created a mutation that compresses the selected files into a ZIP file that gets placed in the Root directory.Testing
UI
Notes