Florian M

Results 195 issues of Florian M

### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] Backend: add this param to the route, to job_args...

backend
frontend
jobs

This rare combination leads to allowUpdate=true in the annotation restrictions. This should not be the case.

bug
backend

### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] Backend - [x] Introduce properties in proto definitions -...

backend
frontend
new feature

We use AWS Client in the S3DataVault. A v2 of the lib has been released. We should have a look at wether we can benefit from integrating it. Since we...

enhancement
backend

That route is currently held stable for backwards compatibility. Once the libs can read the new format and have been released for a while, we can break this backwards compatibility.

enhancement
backend

The mesh supervoxel highlighting on hover should be disabled when not in the proofreading tool. Reported by @valentin-pinkau

bug
frontend

We should have a look at how performance for typical queries could be improved by indices or other ideas from the postgres toolbox. We already have a few create index...

backend
performance

Talk to @Albane-dlv for steps to reproduce (I cannot currently reproduce it) The original annotation was a proofreading annotation with some precomputed meshes visible. The bug also occurred after switching...

bug
frontend
can't reproduce
needs investigation

The user manually loaded some precomputed meshes, and then selected »merge with active« in the 3d viewport. This should not be allowed for precomputed meshes that stem for a meshfile...

bug
frontend

Currently the polling interval is set to null, which then needs to be handled by the polling code. Apparently, this was set to avoid excessive load for the server. We...

enhancement
frontend
refactoring