webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

[client] Add CRUD operations for Tasks, TaskTypes, Projects etc.

Open normanrz opened this issue 3 years ago • 2 comments

It should be possible to create, read, edit and delete tasks and their adjacent types from the Python library. It would also be great to have downloads of the annotations of projects etc.

normanrz avatar Jan 04 '22 13:01 normanrz

https://github.com/scalableminds/webknossos-libs/pull/574 implements a first iteration for Task Management. Remaining follow-Up ideas:

  • [x] Task.create method (not from files, but list of parameters)
  • [ ] Project.create
  • [ ] Delete + Update methods

fm3 avatar Feb 07 '22 15:02 fm3

Removing my assignment for this sprint as #574 is now merged and implements the part of this issue we prioritized for the moment

fm3 avatar Feb 07 '22 15:02 fm3