S5 — Bulk compress to zip archive #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #1 — Click & double-click actions / multi-select in Filux
Story: S5 — Bulk compress to zip archive
As a user I want to compress multiple selected items into a zip archive saved into Filux, with progress feedback.
Acceptance criteria
.zipof the selected items and saves it as an item in Filux storage.Notes
POST /items/compress+ status endpoint inserver/src/routes/items.ts, logic in a newserver/src/services/bulk.tsusingyazl.FolderView.tsx.extractStatus/waitForExtractionpattern inclient/src/services/api.ts.