You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/understanding-the-flutterflow-ui/Projects/how-to-collaborate-on-projects.md
+9-17Lines changed: 9 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ When you invite users to your project, you have the flexibility to assign them d
22
22
23
23
### How to Invite Users
24
24
25
-
<div style={{
25
+
<div class="arcade-container" style={{
26
26
position: 'relative',
27
27
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
28
28
height: 0,
@@ -48,14 +48,10 @@ When you invite users to your project, you have the flexibility to assign them d
48
48
</iframe>
49
49
</div>
50
50
51
-
1. Navigate to **Settings & Integrations** (from the left *Navigation Menu*) **> Project Setup > Collaboration > Invite Users**.
52
-
2. Click on the **Invite User**. This will open a popup to enter user's email.
53
-
3. Input their **email address** and select **Invite**.
54
-
4. If a user isn't already a FlutterFlow user, we will send them an invite email. Their status will be shown as **Pending** until they create an account.
55
-
5. To provide read-only access, tick the **Read Only** checkbox.
56
51
57
52
:::info
58
-
FlutterFlow subscriptions are seat based. A user added to your project will only have access to the features of their account plan.
53
+
- If a user isn't already a FlutterFlow user, we will send them an invite email. Their status will be shown as **Pending** until they create an account.
54
+
- FlutterFlow subscriptions are seat based. A user added to your project will only have access to the features of their account plan.
59
55
:::
60
56
61
57
## Branching Permissions
@@ -93,7 +89,7 @@ The owner of a project can manage permissions related to branching. Owners can c
93
89
## Sharing a Project with an Organization
94
90
To share a project with all team members in your organization, enable the "Share with my organization" option.
95
91
96
-

92
+
<imgsrc="../../../static/img/share-project-with-organization.avif"alt="Share Project With Organization" />
97
93
98
94
## Real-Time Collaboration
99
95
Real-Time Collaboration is a powerful feature that allows multiple builders to work together on the same project or, rather same page and design system simultaneously. With this, all builders can see the changes being made to the page as they happen and can also make their own changes to the page without interfering with the work of others.
@@ -103,16 +99,17 @@ This increases efficiency and productivity, as multiple builders can work on var
103
99
104
100
To enable real-time collaboration, navigate to Settings & Integrations (from the left Navigation Menu) > Project Setup > Collaboration > click Enable Updated Collaboration.
To disable this feature anytime, click the Disable Updated Collaboration button.
113
109
114
110
:::caution
115
111
- This feature is still in Beta, and unexpected issues may occur. Ensure you regularly create project versions as a backup.
112
+
<!-- TODO - Add link to versioning -->
116
113
:::
117
114
:::info
118
115
- Real-Time collaboration is a feature of our Teams and Enterprise plans.
@@ -122,7 +119,7 @@ To disable this feature anytime, click the Disable Updated Collaboration button.
122
119
This step can not be undone. If you want to regain project ownership, the new project owner will need to transfer ownership back to you.
123
120
:::
124
121
125
-
<div style={{
122
+
<div class ="arcade-container" style={{
126
123
position: 'relative',
127
124
paddingBottom: 'calc(56.67989417989418% + 41px)', // Maintain aspect ratio plus extra padding
128
125
height: 0,
@@ -148,15 +145,10 @@ This step can not be undone. If you want to regain project ownership, the new pr
148
145
</iframe>
149
146
</div>
150
147
151
-
152
-
1. Navigate to **Settings & Integrations** (from the left Navigation Menu) **> Project Setup > Collaboration > Invite Users.**
153
-
2. Click on the **Status** (e.g., Active) of the person you want to transfer project ownership to. You can only transfer ownership to someone with a status of **Active**.
154
-
3. A popup will appear, and select **Yes**.
155
-
156
148
## Project Activity
157
149
You can see a running history of changes made while building that helps you track progress and stay up to date on project changes. This feature allows team members to see all the updates made to a project in real-time, enabling them to understand how the project is evolving and collaborate more efficiently.
0 commit comments