Florian M

Results 195 issues of Florian M

The zarr streaming routes served by the datastore and tracingstore are pretty slow. Is there potential for optimization? One thing that is certainly slow is the tiny request unit of...

backend
performance

The settings page calls the datastore route `GET /datasets/:organizationName/:dataSetName` (`DataSourceController.suggestDatasourceJson`) which traverses the files and makes automatic suggestions for the datasource-properties.json. This works only for WKW and was originally designed...

enhancement
backend
discussion

### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] update in sql schema - [x] update in scala...

Proposing this change to the organization structure. This would also match the terminology already introduced in the webknossos-libs display name → name name → id id - remove the mongoid...

enhancement
backend
frontend
refactoring

It is tedious to support all kinds of features for both json and agglomerate-file based mappings. On-Disk Json mappings aren’t really used anymore. We should find and convert the existing...

enhancement
backend
frontend
refactoring

Uploaded an NML file with no organization name in the NML file, into the dataset view mode This sends an overwritingDatasetName with the request to steer the NML into the...

bug
backend
frontend

See report at https://scm.slack.com/archives/C5AKLAV0B/p1709546578155449

enhancement
frontend

For on-disk segmentation layers (no annotation layers), the ad-hoc meshing could use the same optimization as the one for volume annotation layers *if* there is a segment index file. Needs...

enhancement
backend
frontend

When publishing annotations, you do not want to accidentally edit them again later. The current Finished state is really "Archived". We should rename it to make this distinction. The new...

backend
frontend

https://github.com/scalableminds/webknossos/pull/6834 introduces a new compact version of the dataset list api. The front-end only uses that one. The libs also don’t rely on the old version of the route having...

backend
refactoring