Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix member role capabilities #545

Open
1 task
gmaclennan opened this issue Apr 8, 2024 · 0 comments
Open
1 task

Fix member role capabilities #545

gmaclennan opened this issue Apr 8, 2024 · 0 comments

Comments

@gmaclennan
Copy link
Member

Description

Currently the capabilities for a "member" role is the same for all schema types:

{
  readOwn: true,
  writeOwn: true,
  readOthers: true,
  writeOthers: false
}

I think this is incorrect. The terminology is slightly confusing here: writeOwn means you have permission to create a record of the given type. writeOthers means you have the permission to edit a record created by someone else.

I think a project member should only be able to create these record types: coreOwnership, deviceInfo, observation. They should not be able to create: field, preset, icon, translation, role.

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant