allen-cell-animated / website-3d-cell-viewer

Other
4 stars 4 forks source link

feat: URL parameter string parsing, unit tests #272

Closed ShrimpCryptid closed 3 weeks ago

ShrimpCryptid commented 1 month ago

Estimated review size: small, 20 minutes

Part 1 of 3 for #107, shareable links. This was formerly part of #271, but I split it out for ease of review.

This implements a number of string URL parameter parsing functions (mostly unused for now) and associated unit tests.

Changes