You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add API functions for team roles and user interactions. (#1196)
* Add API functions for team roles and user interactions.
* Add explore_and_add_remote to RemoteDataset.
* Update changelog.
* Return RemoteDataset in explore_and_add_remote method.
* Add examples.
* Add examples to the python documentation.
* disable ome_ngff_metadata test
This example show how to access and work with metadata in [remote datasets](../../api/webknossos/dataset/dataset.md#webknossos.dataset.dataset.RemoteDataset) and [remote folders](../../api/webknossos/dataset/remote_folder.md#webknossos.dataset.remote_folder.RemoteFolder).
This example shows how to create a [remote dataset](../../api/webknossos/dataset/dataset.md#webknossos.dataset.dataset.RemoteDataset) in webknossos from an existing Zarr dataset.
This example uses the [`User` class](../../api/webknossos/administration/user.md#webknossos.administration.user.User) and the [`Team` class](../../api/webknossos/administration/user.md#webknossos.administration.user.Team) to access information about the current user, all managed users and all teams this user is in. It also shows how to add a new team and assign a user as a team manager.
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
15
15
### Breaking Changes
16
16
17
17
### Added
18
+
- Webknossos API functions were added: `Team.get_list()`, `Team.add("new_name")`, `User.assign_team_roles("teamName", isTeamManager: True)` and `RemoteDataset.explore_and_add_remote()` are available now. [#1196](https://github.com/scalableminds/webknossos-libs/pull/1196)
0 commit comments