fractal-analytics-platform / fractal-web

Web client for Fractal
https://fractal-analytics-platform.github.io/fractal-web/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Let an admin handle the task-group lifecycle #645

Open tcompa opened 2 hours ago

tcompa commented 2 hours ago

The same "manage" option that a user has on their own task groups should be also exposed for admins in this page image

As of 2.9.0a4 (to be released asap), fractal-server will include

POST /admin/v2/task-group/{task_group_id}/deactivate/
POST /admin/v2/task-group/{task_group_id}/reactivate/

while it does already include

GET /admin/v2/task-group/activity/

meaning that http://localhost:5173/v2/admin/task-groups/activities can be used the same way as http://localhost:5173/v2/tasks/activities.

tcompa commented 2 hours ago

The corresponding fractal-server PR is

tcompa commented 2 hours ago

Fractal-server 2.9.0a4 is now available.