Florian M
Florian M
A few users tried to upload annotation data as datasets via the wk dataset upload UI. The front-end should detect this early and tell the user that this is best...
Exported files are stored on the server (for now a zipfile each) – those should not stay there indefinitely, we should introduce expiry and a clean up job. The expiry...
Currently we send individual requests for the analytics events. Looks like we are hitting quota limits there for some instances. We should implement some batching there. Compare logging from webknossos.org...
In the wk backend, List queries for datasets and users fetch all accessible items from the db and then filter them according to filter criteria. There are two problems: -...
In the postgres table, the reference to the datastore is currently stored as CHAR(256) in the webknossos.jobs table. This leads to padding with spaces, which needs to be trimmed when...
I saw two instances of forever-pending export-tiff jobs that were somehow submitted for datasets that are on datastores with no associated workers. This should not be offered in the front-end...
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### Issues: - fixes #6524 ------ (Please delete unneeded items, merge only when...
Currently the nightly screenshot tests fail, one particular segment of a segmentation screenshot seems to be invisible. We should either investigate or skip this test so the rest of the...
Users should be enabled to sort datasets in a folder structure in the webKnossos UI. (I suggest we move the checkboxes to the PR description once one exists) - [...
The compute mesh file job can take an agglomerateView parameter. However, it looks like this is never set. See `startComputeMeshFileJob` in segments_view.tsx. I would have expected this to be set...