Open
Description
It would be useful to be able to delete a team or a project from the admin panel.
Deleting a team should also chain-delete every owned resource (like projects).
To illustrate one use case: There are currently 128 undeleted teams without any members in our DB:
mysql> SELECT id, name FROM d_b_team where id not in (select distinct teamId from d_b_team_membership) and markedDeleted = 0;
These member-less teams also have some projects associated to them, thus preventing these projects from being added by other users.
To "free up" these projects, it would be useful to be able to click on "Delete" on a member-less team in the admin panel.
Metadata
Metadata
Assignees
Type
Projects
Status
No status