Florian M

Results 195 issues of 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...

enhancement
frontend
discussion

a.k.a. editable mappings. Also compare #6288 Ideas: - [ ] Optimize Roundtrip? - [ ] Use low-level typed data processing (no UnsignedInteger) - [ ] Is the size limit for...

enhancement
backend
performance
proofreading

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...

enhancement
backend
refactoring

### 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

enhancement
backend

It would be nice to jump from the bounding box in the viewport (data + 3d) to the list in the bboxes tab

enhancement
frontend

Can we have the nice features from skeletons and segments also for bounding boxes?

enhancement
backend
frontend

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...

enhancement
backend
frontend
performance

### 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,...

enhancement
backend
frontend

I feel like many BucketProvider classes share a lot of code. This should be made DRYer by introducing a trait. DatasetArrayBucketProvider?

backend
refactoring