From 58bc772880b92f8f1b9d3375c105ee5667731d52 Mon Sep 17 00:00:00 2001
From: Madalena Melo <144885032+madalenapmelo-kp@users.noreply.github.com>
Date: Tue, 3 Dec 2024 15:50:35 +0100
Subject: [PATCH] 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
---
docs/user-guide/teams/index.njk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/user-guide/teams/index.njk b/docs/user-guide/teams/index.njk
index a72adefa1..45b216e1b 100644
--- a/docs/user-guide/teams/index.njk
+++ b/docs/user-guide/teams/index.njk
@@ -36,10 +36,10 @@ member is allowed to do depends on their permissions.
Team roles
These are the team roles currently available at Penpot:
-
Owner: 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.
-
Admin: Admins can change every other member's role except owners. They can invite members and update team settings.
-
Editor: Editors can edit and create files and projects, but do not have permissions to change member roles, invite members or update team settings.
-
Viewer: 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.
+
Owner: 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.
+
Admin: 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.
+
Editor: Editors can create, import, edit and manage files and libraries, but do not have permissions to manage team settings.
+
Viewer: 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.
More team roles will be eventually available, as well as fine grained permissions management to control members access and actions.