feat: Batch S900 Compressor — compress/decompress samples via web UI #4
Reference in New Issue
Block a user
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?
Feature: Batch S900 Compressor
As a user with limited disk space on a physical S900/S950
I want to compress or decompress all S900 samples in a disk image volume
So that I can fit more samples on the hardware's 64MB limit
Acceptance Criteria
Scenario: Compress all samples in an S900 volume
Scenario: Decompress all samples in an S900 volume
Scenario: Non-S900 volume — feature unavailable
Implementation
sample900comprallandsample900uncomprallPOST /api/volume/compress?iso=<path>&volume=<name>andPOST /api/volume/decompressKarpathy Principle
Simplest write operation possible — one command, no new concepts. A good introductory issue for the codebase.