Browse Source

Update docs with the Manager role

pull/551/head
Pēteris Caune 3 years ago
parent
commit
0d9d094882
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 35 additions and 23 deletions
  1. BIN
      static/img/docs/invite_member.png
  2. BIN
      static/img/docs/team_access.png
  3. +17
    -11
      templates/docs/projects_teams.html
  4. +18
    -12
      templates/docs/projects_teams.md

BIN
static/img/docs/invite_member.png View File

Before After
Width: 598  |  Height: 416  |  Size: 12 KiB

BIN
static/img/docs/team_access.png View File

Before After
Width: 669  |  Height: 740  |  Size: 51 KiB Width: 647  |  Height: 780  |  Size: 53 KiB

+ 17
- 11
templates/docs/projects_teams.html View File

@ -13,8 +13,10 @@ the project's team. Each project has its separate team so you can grant access
selectively. Inviting team members is <strong>more convenient and more selectively. Inviting team members is <strong>more convenient and more
secure</strong> than sharing a password to a single account.</p> secure</strong> than sharing a password to a single account.</p>
<p><img alt="Team access section" src="IMG_URL/team_access.png" /></p> <p><img alt="Team access section" src="IMG_URL/team_access.png" /></p>
<p>The user who created the project is the <strong>owner</strong>. Any invited users
are <strong>members</strong>. The members can:</p>
<p>The user who created the project is listed as <strong>Owner</strong>. When you invite an user
to the project, you can select one of the three roles for their membership:
<strong>Team Member</strong> (what you usually want), <strong>Manager</strong> or <strong>Read-only</strong>.</p>
<p>Team Members can:</p>
<ul> <ul>
<li>create, edit and remove checks</li> <li>create, edit and remove checks</li>
<li>create and remove integrations</li> <li>create and remove integrations</li>
@ -23,16 +25,17 @@ are <strong>members</strong>. The members can:</p>
<li>give up their membership <li>give up their membership
(from their <a href="../../accounts/profile/">Account Settings</a> page)</li> (from their <a href="../../accounts/profile/">Account Settings</a> page)</li>
</ul> </ul>
<p>The members <strong>can not</strong>:</p>
<p>Team Members can not:</p>
<ul> <ul>
<li>invite new members into the project</li> <li>invite new members into the project</li>
<li>manage project's billing</li>
<li>change project's owner</li>
<li>manage project owner's billing settings</li>
<li>remove the project</li> <li>remove the project</li>
</ul> </ul>
<h2>Read-only Access</h2>
<p>When inviting a team member, you can mark their membership as read-only:</p>
<p><img alt="The Access Level parameter in the Invite form" src="IMG_URL/invite_member.png" /></p>
<p>Read-only members can:</p>
<p><strong>Managers</strong> have the same permissions as Team Members, with one exception:
Managers can invite new members and remove existing members from the project's team.
Managers still can not change or remove project's owner, or manage billing.</p>
<p><strong>Read-only</strong> members can:</p>
<ul> <ul>
<li>view checks, including check details and ping logs</li> <li>view checks, including check details and ping logs</li>
<li>view integrations</li> <li>view integrations</li>
@ -58,6 +61,9 @@ Same as with Check Limit, all projects share your account's Team Size limit.
However, if you invite the same user (using the same email address) into multiple However, if you invite the same user (using the same email address) into multiple
projects, it only takes up a single seat.</p> projects, it only takes up a single seat.</p>
<h2>Projects and Monthly Reports</h2> <h2>Projects and Monthly Reports</h2>
<p>SITE_NAME sends monthly email reports at the start of each month. The monthly reports
list a summary of checks from <strong>all your projects</strong>. It contains status summaries for
both the projects you own and the projects you are a member of.</p>
<p>SITE_NAME sends periodic email reports with a summary of checks
from <strong>all your projects</strong>. The reports contain status summaries for
both the projects you own and the projects you are a member of.</p>
<p>You can configure the frequency of the reports (monthly, on the 1st of every month,
or weekly, on Mondays) or turn them off altogether in
<a href="../../accounts/profile/notifications/">Account Settings › Email Reports</a>.</p>

+ 18
- 12
templates/docs/projects_teams.md View File

@ -21,8 +21,11 @@ secure** than sharing a password to a single account.
![Team access section](IMG_URL/team_access.png) ![Team access section](IMG_URL/team_access.png)
The user who created the project is the **owner**. Any invited users
are **members**. The members can:
The user who created the project is listed as **Owner**. When you invite an user
to the project, you can select one of the three roles for their membership:
**Team Member** (what you usually want), **Manager** or **Read-only**.
Team Members can:
* create, edit and remove checks * create, edit and remove checks
* create and remove integrations * create and remove integrations
@ -31,19 +34,18 @@ are **members**. The members can:
* give up their membership * give up their membership
(from their [Account Settings](../../accounts/profile/) page) (from their [Account Settings](../../accounts/profile/) page)
The members **can not**:
Team Members can not:
* invite new members into the project * invite new members into the project
* manage project's billing
* change project's owner
* manage project owner's billing settings
* remove the project * remove the project
## Read-only Access
When inviting a team member, you can mark their membership as read-only:
**Managers** have the same permissions as Team Members, with one exception:
Managers can invite new members and remove existing members from the project's team.
Managers still can not change or remove project's owner, or manage billing.
![The Access Level parameter in the Invite form](IMG_URL/invite_member.png)
Read-only members can:
**Read-only** members can:
* view checks, including check details and ping logs * view checks, including check details and ping logs
* view integrations * view integrations
@ -77,6 +79,10 @@ projects, it only takes up a single seat.
## Projects and Monthly Reports ## Projects and Monthly Reports
SITE_NAME sends monthly email reports at the start of each month. The monthly reports
list a summary of checks from **all your projects**. It contains status summaries for
SITE_NAME sends periodic email reports with a summary of checks
from **all your projects**. The reports contain status summaries for
both the projects you own and the projects you are a member of. both the projects you own and the projects you are a member of.
You can configure the frequency of the reports (monthly, on the 1st of every month,
or weekly, on Mondays) or turn them off altogether in
[Account Settings › Email Reports](../../accounts/profile/notifications/).

Loading…
Cancel
Save