Florian M
Florian M
The front-end could maintain its own id mapping parallel to the editable mapping update actions it sends to the back-end. Only when splitting is there a need for a full...
a.k.a. editable mappings. Also compare #6288 Ideas: - [ ] Optimize Roundtrip? - [ ] Use low-level typed data processing (no UnsignedInteger) - [ ] Is the size limit for...
The datastore mesh routes currently support two kinds of meshfiles (“v3” and un-versioned (old)). We should create a small script that detects existing old meshfiles so that we can decide...
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [ ] ... ### Issues: - fixes # ------ (Please...
The tracingstore should call `reportTracingUpdates` also on proofreading saves. This becomes especially important with #5375 and #7627
It would be nice to jump from the bounding box in the viewport (data + 3d) to the list in the bboxes tab
Can we have the nice features from skeletons and segments also for bounding boxes?
Currently each update action contains the whole list. We should probably use incremental updates instead, like with skeletons. We may also want to consider lazily applying volume update actions on...
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - On a datast with a segmentation layer that is smaller than the color layer,...
I feel like many BucketProvider classes share a lot of code. This should be made DRYer by introducing a trait. DatasetArrayBucketProvider?