Florian M
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...
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...
### 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...
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...
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...
See report at https://scm.slack.com/archives/C5AKLAV0B/p1709546578155449
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...
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...
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...