Skip to content
New issue

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

Let an admin handle the task-group lifecycle #645

Closed
tcompa opened this issue Nov 18, 2024 · 2 comments · Fixed by #643
Closed

Let an admin handle the task-group lifecycle #645

tcompa opened this issue Nov 18, 2024 · 2 comments · Fixed by #643

Comments

@tcompa
Copy link
Collaborator

tcompa commented Nov 18, 2024

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
Copy link
Collaborator Author

tcompa commented Nov 18, 2024

The corresponding fractal-server PR is

@tcompa
Copy link
Collaborator Author

tcompa commented Nov 18, 2024

Fractal-server 2.9.0a4 is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant