webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Use type-less annotation API where possible, deprecate other versions

Open fm3 opened this issue 3 years ago • 0 comments

As of https://github.com/scalableminds/webknossos/pull/6285, many annotation-related routes in the backend API no longer require the type paramter, but the old versions are also still there. We should consider adapting the front-end to use those new variants, and then deprecate the older ones, at least for the routes that only make sense for Task/Explorational, and never actually supported the compound case (which still needs the type information)

fm3 avatar Jul 04 '22 15:07 fm3