Skip to content

Commit 8b82fab

Browse files
authored
feat(org/permissions): Add org permission constants (#7)
1 parent d36be97 commit 8b82fab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CREATE_PROJECT = "CREATE_PROJECT"
2+
MANAGE_USER_GROUPS = "MANAGE_USER_GROUPS"
3+
4+
ORGANISATION_PERMISSIONS = (
5+
(CREATE_PROJECT, "Allows the user to create projects in this organisation."),
6+
(
7+
MANAGE_USER_GROUPS,
8+
"Allows the user to manage the groups in the organisation and their members.",
9+
),
10+
)

0 commit comments

Comments
 (0)