scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
126 stars 23 forks source link

Rethink Annotation Tab: Folders, Performance, Backend-Search, Sort with Dataset? #7814

Open fm3 opened 5 months ago

fm3 commented 5 months ago

The Annotation Tab feels dated. Even if we don’t fully unify annotations with datasets, we should consider

MichaelBuessemeyer commented 4 months ago

It takes three seconds to go from the annotation view to the dashboard annotation list, should be snappy Is the reload needed?

As far as I remember this is done to ensure an updated wk frontend for users who do not reload regularly by themselves. Closing an annotation and going to the dashboard view is a relatively frequent action that we use to reload to the newest frontend version :) -> Of course this could be done more complexly by checking in the background whether the frontend version changed and only reloading in this case :)