OpenSlides / OpenSlides/openslides-client
New permission: "Can manage change recommendations"
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
Feature description
- New additional permission in the motions section: "Can manage change recommendations".
- The function behind it: Create, edit, delete change recommendations.
- New permission is at the same level as motion.can_forward. The so either of these permissions could be active
needs
backend issue
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 locating the backend motion permission definition corresponding to motion.can_forward and the create, edit, and delete change-recommendation entry points. Check how permissions are evaluated so the new permission can be active independently of motion.can_forward. Done means those three operations are governed by the new permission and the backend permission checks are covered by the project’s existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100