Florian M
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...
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...
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...
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...
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...
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.
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...
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...
- [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.