OpenSlides / OpenSlides/openslides-backend
New group permission ```group.can_manage```
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 40
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
There should be a new group permission group.can_manage
This permission should make the following actions possible group.create, groups.update or changing the permissions of any group.
If a user (who has user.can_manage but NOT groups.can_mannage) cannot import any participants into a groups with group.can_manage permission. The import shouulld throw an Error.
You should not need this permission to set a group. But trying to add a group with this permisison without having it yourself should be blocked.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the permission checks for group.create, groups.update, group permission changes, and participant imports. Confirm how existing user and group permissions are represented and tested. Done means the new group.can_manage permission gates the listed actions and rejects unauthorized participant imports while still allowing group setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100