-
Notifications
You must be signed in to change notification settings - Fork 111
Update Collaboration Page #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pinkeshmars
wants to merge
6
commits into
main
Choose a base branch
from
feature/add-collaborator-pass
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
eef80c9
Adding Collaborator Passes
pinkeshmars f8cbf13
Address review comments
pinkeshmars 7d65c4b
Update plan names
pinkeshmars 31f313a
fix
pinkeshmars f4706e1
Update project sharing options and clarify access levels for team mem…
pinkeshmars 2aade4d
Fix formatting
pinkeshmars File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,33 +11,55 @@ keywords: [Collaboration, FlutterFlow, Project Management] | |
FlutterFlow allows for multiple ways to collaborate on a project as well as the | ||
ability to manage the collaboration through permissions. | ||
|
||
## Sharing a Project with a User | ||
## Adding Collaborator | ||
|
||
You can invite users to your project who are not part of your organization. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We may want to add:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added. |
||
For instance, you might want to share your work with clients, stakeholders, or | ||
team members of the client. | ||
|
||
 | ||
To add an external user as a collaborator to any project, go to the [My Teams](https://app.flutterflow.io/team) page and, under the **Collaborator Passes** section, click **Add Pass** and complete the checkout process. Once the pass is created, enter the user’s details and select the project you’d like to grant them access to. | ||
|
||
<div style={{ | ||
position: 'relative', | ||
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding | ||
height: 0, | ||
width: '100%'}}> | ||
<iframe | ||
src="https://demo.arcade.software/s5nU2VYbrMppj4CRxiGZ?embed&show_copy_link=true" | ||
title="" | ||
style={{ | ||
position: 'absolute', | ||
top: 0, | ||
left: 0, | ||
width: '100%', | ||
height: '100%', | ||
colorScheme: 'light' | ||
}} | ||
frameborder="0" | ||
loading="lazy" | ||
webkitAllowFullScreen | ||
mozAllowFullScreen | ||
allowFullScreen | ||
allow="clipboard-write"> | ||
</iframe> | ||
</div> | ||
<p></p> | ||
|
||
When you invite users to your project, you have the flexibility to assign them | ||
different roles depending on their level of involvement. For example, you can | ||
grant **editing** privileges to collaborators who are actively working on the | ||
project while assigning **read-only access** who need to view the progress. | ||
Alternatively, you can also make them the **owner** of the project, giving them full | ||
control. | ||
:::info | ||
grant **Editor** privileges to collaborators who are actively working on the | ||
project while assigning **Read-only** access who need to view the progress. | ||
Alternatively, you can also make them the **Manager** and **Owner** of the project, giving them more control. | ||
|
||
:::info | ||
- Once a collaborator is added, they’ll have the same level of access as the team that issued the pass (either Growth or Business, depending on the plan). | ||
- When you add a user, the default role assigned is the *Editor* role. | ||
- Users with read-only access will only be able to access that specific project | ||
and won't be able to access any shared *Teams* libraries (e.g., custom code, | ||
design system). | ||
- Read-only users added to *Teams*/*Organization* will not count against your | ||
*Teams* seat count. | ||
- You must verify your email before inviting users. | ||
- 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. | ||
- FlutterFlow subscriptions are seat based. A user added to your project will | ||
only have access to the features of their account plan. | ||
::: | ||
|
||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: Adding Collaborators
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!