Chore: Review permissions and naming around access to application
Open
area:api
size:L
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 149
Description
Currently there is no concept of application level permissions within the codebase.
If a user has permission to create/view/update/delete an instance, it's assumed they have exactly the same permission level for applications.
If in the future, users should only have access to some instances within an application; or only have view permissions at application level but edit at instance level, application level permissions will need to be introduced.
Contributor guide
Assessment
This issue has not been assessed yet.