From b8c1373dde1f2092c0b92dc1b6d2f780f85bfa89 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 23 Jul 2024 12:57:02 -0700 Subject: [PATCH] add accordion to invite page --- app/templates/views/features.html | 1 - app/templates/views/invite-user.html | 96 +++++++++++++++++++++++++++- 2 files changed, 95 insertions(+), 2 deletions(-) diff --git a/app/templates/views/features.html b/app/templates/views/features.html index bcf060933..8a947584a 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -44,7 +44,6 @@

Notify lets you:

diff --git a/app/templates/views/invite-user.html b/app/templates/views/invite-user.html index 90ff36aa2..b4f6789b2 100644 --- a/app/templates/views/invite-user.html +++ b/app/templates/views/invite-user.html @@ -15,7 +15,7 @@ {% block maincolumn_content %} {{ page_header('Invite {}'.format(user_to_invite.name if user_to_invite else 'a team member')) }} - + Learn more about user permissions. {% call form_wrapper() %} {% if user_to_invite %} @@ -36,5 +36,99 @@ {{ page_footer('Send invitation email') }} {% endcall %} +

Set up user permissions

+

Setting the right digital control is one of many aspects to keep content and information on a need to know basis. Permissions allow you to do this. Give team members access to important views related to their responsibilities.

+

Permission

+
+

+ +

+
+

Allows users to view the dashboard but not have access to any other functions on the site. + Dashboard viewers can see: Weekly message quantity

+
    +
  • Message templates used
  • +
  • Recent batches of sent messages
  • +
+

This also gives access to:

+
    +
  • List of templates used by month
  • +
  • Batch details with message status
  • +
+
+

+ +

+
+

+ Allows users to view, select and send approved messages, but restricts users from editing templates + and/or folders. Team members responsible for sending message batches can use templates to prepare + and schedule texts. Actions they take in this section: +

+
    +
  • View and use templates
  • +
  • Enter personalized message field content
  • +
  • Schedule messages for sending
  • +
  • Send messages
  • +
+
+

+ +

+
+

+ Allows users to view, create or edit, and more or delete templates and folders. They will set up real + messages, but are restricted from uploading data or sending or seeing previous versions. Some actions + they can take: +

+
    +
  • Create a new template
  • +
  • Create a new folder
  • +
  • Move (or organize) folders and templates
  • +
  • Delete templates and/or folders
  • +
+
+

+ +

+
+

Leads with service management responsibility may do so in Settings. Managed within Settings:

+
    +
  • Change service name
  • +
  • Invite team members
  • +
  • Remove unnecessary team members
  • +
  • Turn off the ability to send text messages
  • +
  • Turn off the ability to send service name with text message
  • +
+
+
{% endblock %}