Content
View differences
Updated by Sven Kunze about 3 years ago
**As** an admin
**I want to** add placeholder users to groups
**so that** creating new projects become more efficient
**Acceptance criteria**
* I can add placeholder users to groups
* Expand the auto-completer filter on `admin/groups/<group-id>/edit?tab=users`
* Eventually some service or contract needs to be adopted (I don't know) for adding members to a group
* Added placeholder users get listed in the **Users** tab of a group after adding them.
* I can remove placeholder users from groups
* I can assign a role to a group containing placerholder users and those are then available for user fields in work-packages.
* Ideally there is also **Groups** tab at `placeholder_users/<placeholder-user-id>/edit` that lists all groups the placeholder user is part of, just as it is the case for normal users.
* All work package filters still work when filtering for a group containing placeholder users, e.g.
* Filter for "Assigned to"
* Filter for "Author"
* Filter for any custom field of type User.
* And as always, there are specs (unit and feature) for all added functionality
**I want to** add placeholder users to groups
**so that** creating new projects become more efficient
**Acceptance criteria**
* I can add placeholder users to groups
* Expand the auto-completer filter on `admin/groups/<group-id>/edit?tab=users`
* Eventually some service or contract needs to be adopted (I don't know) for adding members to a group
* Added placeholder users get listed in the **Users** tab of a group after adding them.
* I can remove placeholder users from groups
* I can assign a role to a group containing placerholder users and those are then available for user fields in work-packages.
* Ideally there is also **Groups** tab at `placeholder_users/<placeholder-user-id>/edit` that lists all groups the placeholder user is part of, just as it is the case for normal users.
* All work package filters still work when filtering for a group containing placeholder users, e.g.
* Filter for "Assigned to"
* Filter for "Author"
* Filter for any custom field of type User.
* And as always, there are specs (unit and feature) for all added functionality