Florian M

Results 195 issues of Florian M

We should analyze if there are memory leaks or why the tracingstore occasionally goes out of memory. Admittedly, the payloads are big, but we should have a better understanding about...

enhancement
backend
needs investigation

The Annotation Tab feels dated. Even if we don’t fully unify annotations with datasets, we should consider - Introducing Folders - Possibly use the dataset folders, and put the annotations...

enhancement
backend
frontend

When viewing a CompoundProject, the user should be able to see the task bounding boxes. Not sure how to implement that (copy them into user bounding boxes? or treat them...

enhancement
backend
frontend

Bounding Boxes are now used a lot more, e.g. to specify training regions for machine learning pipelines. We should consider displaying their number in annotation stats (at least in detail...

enhancement
backend
frontend
discussion

Often we do Dataset.open_remote only to set some metadata in webknossos. For this it is not necessary to initialize the mags as zarr arrays, which performs quite a few requests...

enhancement
wklibs

https://github.com/scalableminds/webknossos/pull/7386 changes the server-side API to v8 (organization_id instead of organization_name). The client should be adapted accordingly.

enhancement

Many routes implementations in our backend start with `ObjectId.fromString(aPassedIdString)`. Maybe an implicit conversion can be done by play to directly support ObjectId as a GET parameter type? If the returned...

backend
refactoring

Currently after creating an account you get another view asking you to accept the TOS. This could be unified for a more streamlined new user experience. Needs an adapted form...

enhancement
backend
frontend

- [x] Updated [changelog](../blob/master/CHANGELOG.unreleased.md#unreleased) - [x] Updated [migration guide](../blob/master/MIGRATIONS.unreleased.md#unreleased) if applicable ## Summary by CodeRabbit ## Release Notes for Version 24.11.0 - **New Features** - Added metadata support for annotations...

Occasionally, users want to delete voxelytics workflow reports to avoid sharing secret information. We should have a look how such a functionality would fit in.

enhancement
backend
frontend