From 0e2699794fb05c5080bdb0d660b58f56fa51e3aa Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Wed, 11 Dec 2024 07:14:45 +0000 Subject: [PATCH] Update permissions doc - typo "download" -> "upload" - added signin permission - tweaked language --- docs/permissions.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/permissions.md b/docs/permissions.md index d1750b9f9..d34f4790c 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -2,16 +2,21 @@ ## Named Permissions +- `signin`: as with other apps, this is the basic permission needed to access + the app. - `GDS Editor`: gives the user permission to do all actions in the app. ## Department Permissions -Other permissions are based on the organisation_slug of the current user. If a user does not have the `GDS Editor` permission they will be able to: +Other permissions are based on the organisation_slug of the current user. If a +user does not have the `GDS Editor` permission, they will be able to: -- visit the Services page `/services`, which will only show services where the current user's organisation slug is contained in the service's organisation_slugs array. +- visit the Services page `/services`. Only services with the current user's + organisation slug in the service's organisation_slugs array will be visible. - visit the specific service pages of those services - download a csv of links for those services -- download a csv of new links for those services +- upload a csv including new links for those services - edit links in those services. -The organisation slugs array is editable only by people with the `GDS Editor` permission. +The organisation slugs array is editable only by people with the `GDS Editor` +permission.