Skip to content

Commit 68049f0

Browse files
authored
docs: Co-managing Crowdin Apps (#231)
1 parent d0196d4 commit 68049f0

File tree

2 files changed

+97
-2
lines changed

2 files changed

+97
-2
lines changed

src/content/docs/crowdin/integrations/overview.mdx

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 0
88
---
99

10-
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
10+
import { Steps, LinkCard, CardGrid, Aside } from '@astrojs/starlight/components';
1111
import { Icon } from 'astro-icon/components';
1212

1313
Seamlessly integrate localization into any phase of your development cycle. Crowdin offers a wide range of integrations with the tools you already use. Automate your localization workflow and save time on manual tasks.
@@ -76,6 +76,53 @@ Once you star an app, it gets pinned to the top of the relevant tabs, such as **
7676

7777
Starring works on an individual account basis, meaning each project member will see their own starred apps in the **Integrations**, **Tools**, and project **Dashboard** tabs, independent of other members' selections.
7878

79+
## Co-managing Crowdin Apps
80+
81+
Multiple managers and developers can collaboratively manage the same Crowdin App within a project, simplifying teamwork and ensuring shared control over integrations. When an app is first configured in a project, the initial manager who logs in becomes its primary manager, with exclusive rights to log out from the app. All invited managers and developers share common app settings—meaning changes made by one manager are immediately visible to others.
82+
83+
This approach facilitates efficient team collaboration, avoids duplication of efforts, and ensures consistent configuration across your localization workflow.
84+
85+
### Inviting Another User to Manage an App
86+
87+
To invite additional managers or developers to co-manage an app, follow these steps:
88+
89+
<Steps>
90+
1. Open the app in your Crowdin project.
91+
2. Click **Share** within the app interface.
92+
3. Select existing project members from the user list or enter the invitee's email to invite them as a new project manager. You can invite users with the following roles:
93+
* Owner
94+
* Managers
95+
* Developers
96+
4. Click **Save** to send the invitation.
97+
</Steps>
98+
99+
Once invited, users will gain full access to manage and configure the app (except logging out).
100+
101+
### Requesting Access to Manage an App
102+
103+
If you open an app that has already been configured by another manager, you’ll see a message indicating that you don’t have access. The message also displays the name of the manager currently managing the app.
104+
105+
To request access, follow these steps:
106+
107+
<Steps>
108+
1. Click the primary manager’s name in the message.
109+
2. You’ll be redirected to a private conversation with the manager in Crowdin.
110+
3. Send a message requesting access to co-manage the app.
111+
4. The primary manager can open the app, click **Share**, and invite you from the user list.
112+
</Steps>
113+
114+
As soon as you are invited, you’ll immediately gain access to manage and configure the app (except logging out).
115+
116+
### Permissions and App Management Roles
117+
118+
All managers co-managing an app have identical permissions within it, except only the primary manager—the first to configure the app—can log out from the app.
119+
120+
Managers can also invite Developers, who will gain similar permissions but cannot further invite other users to manage the app. Owner roles can also be invited with full permissions.
121+
122+
<Aside type="tip">
123+
Communication and clearly defining responsibilities among app managers can help maintain configuration consistency and avoid unintended setting changes.
124+
</Aside>
125+
79126
## See Also
80127

81128
<CardGrid>

src/content/docs/enterprise/integrations/overview.mdx

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 0
88
---
99

10-
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
10+
import { Steps, LinkCard, CardGrid, Aside } from '@astrojs/starlight/components';
1111
import { Icon } from 'astro-icon/components';
1212

1313
Seamlessly integrate localization into any phase of your development cycle. Crowdin Enterprise offers a wide range of integrations with the tools you already use. Automate your localization workflow and save time on manual tasks.
@@ -76,6 +76,54 @@ Once you star an app, it gets pinned to the top of the relevant sections, such a
7676

7777
Starring works on an individual account basis, meaning each project member will see their own starred apps in the **Integrations**, **Tools**, and project **Dashboard** sections, independent of other members' selections.
7878

79+
## Co-managing Crowdin Apps
80+
81+
Multiple managers and developers can collaboratively manage the same Crowdin App within a project, simplifying teamwork and ensuring shared control over integrations. When an app is first configured in a project, the initial manager who logs in becomes its primary manager, with exclusive rights to log out from the app. All invited managers and developers share common app settings—meaning changes made by one manager are immediately visible to others.
82+
83+
This approach facilitates efficient team collaboration, avoids duplication of efforts, and ensures consistent configuration across your localization workflow.
84+
85+
### Inviting Another User to Manage an App
86+
87+
To invite additional managers or developers to co-manage an app, follow these steps:
88+
89+
<Steps>
90+
1. Open the app in your Crowdin project.
91+
2. Click **Share** within the app interface.
92+
3. Select existing project or organization members from the user list or enter the invitee's email to invite them as a new project manager. You can invite users with the following roles:
93+
* Owner
94+
* Admins
95+
* Managers
96+
* Developers
97+
4. Click **Save** to send the invitation.
98+
</Steps>
99+
100+
Once invited, users will gain full access to manage and configure the app (except logging out).
101+
102+
### Requesting Access to Manage an App
103+
104+
If you open an app that has already been configured by another manager, you’ll see a message indicating that you don’t have access. The message also displays the name of the manager currently managing the app.
105+
106+
To request access, follow these steps:
107+
108+
<Steps>
109+
1. Click the primary manager’s name in the message.
110+
2. You’ll be redirected to a private conversation with the manager in Crowdin.
111+
3. Send a message requesting access to co-manage the app.
112+
4. The primary manager can open the app, click **Share**, and invite you from the user list.
113+
</Steps>
114+
115+
As soon as you are invited, you’ll immediately gain access to manage and configure the app (except logging out).
116+
117+
### Permissions and App Management Roles
118+
119+
All managers co-managing an app have identical permissions within it, except only the primary manager—the first to configure the app—can log out from the app.
120+
121+
Managers can also invite Developers, who will gain similar permissions but cannot further invite other users to manage the app. Admin and Owner roles can also be invited with full permissions.
122+
123+
<Aside type="tip">
124+
Communication and clearly defining responsibilities among app managers can help maintain configuration consistency and avoid unintended setting changes.
125+
</Aside>
126+
79127
## See Also
80128

81129
<CardGrid>

0 commit comments

Comments
 (0)