Appearance
Groups (admin view)
The admin Groups page lives at /admin/groups. The page is two-panel:
- Left — list of workspace groups, with create / delete.
- Right — members of the selected group, with add / remove.
Workspace scope
Groups are workspace-scoped. Switching the active workspace (from the project picker) changes which groups appear here.
Creating a group
Type a name in the create input, click Create. The group is empty by default.
Deleting a group
Trash icon on the group row. Confirms. Cascade-detaches from any projects it was attached to.
Adding members
Right panel: type a username (auto-completes against workspace members), click Add. The user gets group-level access to every project the group is attached to.
Removing members
Trash icon on the member row. Group-level access is removed; direct project memberships are preserved.