We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add third option “private” for annotation sharing:
private (only me and my team-managers/admins) non-public (everyone in my organization) public (everyone, no need to log in)
(those names are of course preliminary)
this probably means replacing the isPublic flag with an Enum.
this is also the first test of how we can provide a backwards compatible api (assuming #3385 is merged first)
related: https://discuss.webknossos.org/t/cant-share-my-volume-tracing/1159/8 and corresponding issue #3347 with PR #3348
The text was updated successfully, but these errors were encountered:
Possible Steps in the Backend:
webknossos.versioned.routes
Sorry, something went wrong.
youri-k
Successfully merging a pull request may close this issue.
add third option “private” for annotation sharing:
private (only me and my team-managers/admins)
non-public (everyone in my organization)
public (everyone, no need to log in)
(those names are of course preliminary)
this probably means replacing the isPublic flag with an Enum.
this is also the first test of how we can provide a backwards compatible api (assuming #3385 is merged first)
related: https://discuss.webknossos.org/t/cant-share-my-volume-tracing/1159/8 and corresponding issue #3347 with PR #3348
The text was updated successfully, but these errors were encountered: