Merge pull request #99 from polyphony-chat/feature/permissions-and-roles

Mark Permission management as finished
This commit is contained in:
Flori 2023-06-11 12:57:38 +02:00 committed by GitHub
commit 650990c7ce
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
### Permissions and Roles ### Permissions and Roles
- [x] [Role management](https://github.com/polyphony-chat/chorus/issues/46) (creation, deletion, modification) - [x] [Role management](https://github.com/polyphony-chat/chorus/issues/46) (creation, deletion, modification)
- [ ] [Permission management](https://github.com/polyphony-chat/chorus/issues/46) (assigning and revoking permissions) - [x] [Permission management](https://github.com/polyphony-chat/chorus/issues/46) (assigning and revoking permissions)
- [x] [Channel-specific permissions](https://github.com/polyphony-chat/chorus/issues/88) - [x] [Channel-specific permissions](https://github.com/polyphony-chat/chorus/issues/88)
- [x] Role-based access control - [x] Role-based access control