0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Add detail to role descriptions

Added more context to each role's description; I tried to keep it brief while including more information about what each role can do both within the team as well as in terms of team management
This commit is contained in:
Madalena Melo 2024-12-03 15:50:35 +01:00 committed by GitHub
parent 3479a78e96
commit 58bc772880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,10 +36,10 @@ member is allowed to do depends on their permissions.</p>
<h3>Team roles</h3>
<p>These are the team roles currently available at Penpot:</p>
<ul>
<li><strong>Owner:</strong> There's only one owner per team, the role is automatically assigned to the team creator. Owners have permissions to change every other member's role, including transfering ownership. Owners can update team settings, invite members and delete teams.</strong></li>
<li><strong>Admin:</strong> Admins can change every other member's role except owners. They can invite members and update team settings.</strong></li>
<li><strong>Editor:</strong> Editors can edit and create files and projects, but do not have permissions to change member roles, invite members or update team settings.</strong></li>
<li><strong>Viewer:</strong> Viewers can view projects and files but will not be able to edit them; they also do not have permissions to change member roles, invite members or update team settings.</strong></li>
<li><strong>Owner:</strong> There's only one owner per team, the role is automatically assigned to the team creator. Owners have full access to the team's projects and permissions to change every other member's role, including transfering ownership. Owners can update team settings, invite members and delete teams.</strong></li>
<li><strong>Admin:</strong> Admins have full access to the team's projects and can change every other member's role except owners. They can invite members and update team settings.</strong></li>
<li><strong>Editor:</strong> Editors can create, import, edit and manage files and libraries, but do not have permissions to manage team settings.</strong></li>
<li><strong>Viewer:</strong> Viewers can view, comment on and inspect files but will not be able to edit them; they also do not have permissions to manage team settings.</strong></li>
</ul>
<figure><img src="/img/teams/teams-permissions.webp" alt="Team members" /></figure>
<p class="advice">More team roles will be eventually available, as well as fine grained permissions management to control members access and actions.</p>