diff --git a/docs/intro/ff-ui/dashboard.md b/docs/intro/ff-ui/dashboard.md index d1b59859..a54df2a0 100644 --- a/docs/intro/ff-ui/dashboard.md +++ b/docs/intro/ff-ui/dashboard.md @@ -31,7 +31,7 @@ You can also find links to various resources to help you build apps with Flutter - **Filter Projects**: Filter projects by privacy setting: private, shared by you, or shared with you. -- **Tag Projects**: You can create and add a tag to projects, providing a quick and organized way to classify and identify projects based on their characteristics, purpose, or status. For detailed steps, see [Creating and Managing Tags](../../resources/projects/how-to-create-find-organize-projects.md#creating-and-managing-tags). +- **Tag Projects**: You can create and add a tag to projects, providing a quick and organized way to classify and identify projects based on their characteristics, purpose, or status. For detailed steps, see [Creating and Managing Tags](../../resources/projects/how-to-create-find-organize-projects.md#create-and-add-tags-to-projects). - **Create a New Project**: To create a new project, use the **+ Create New** button. Learn more about [creating a new project](../../resources/projects/how-to-create-find-organize-projects.md#how-to-create-a-project). diff --git a/docs/resources/projects/how-to-create-find-organize-projects.md b/docs/resources/projects/how-to-create-find-organize-projects.md index ea40d83f..404a123f 100644 --- a/docs/resources/projects/how-to-create-find-organize-projects.md +++ b/docs/resources/projects/how-to-create-find-organize-projects.md @@ -1,6 +1,6 @@ --- slug: /resources/projects/how-to-create-find-organize-projects -title: Create, Find and Organize Projects +title: Create, Find, and Organize Projects description: Learn how to create, find, and organize projects in FlutterFlow to streamline your app development process. tags: [Project Management, FlutterFlow, Organization, Projects] toc_max_heading_level: 5 @@ -10,24 +10,16 @@ keywords: [Project Management, FlutterFlow, Organization, Projects] # ## How to Create a Project -To create a new project, go to the Dashboard and click the “Create New” button in the upper right corner. This will open the “Create Project” window where you can choose to start with a template app or a blank project. Name the project and then select a blank project or template. - -![create-new-project.avif](../../../static/img/create-new-project.avif) - -During project creation, you can access a three-step "Project Setup" window, which is optional. If you prefer to bypass this, simply click "Skip." All setup options will remain accessible under “Settings and Integrations” → “Firebase” → Wizard hat icon. - -## How to Find Projects -Navigate to the Project Dashboard to view all your projects. You can search for specific projects using the search bar. +To create a new project, go to the Dashboard and click **+ New Project** in the upper-right corner. This opens a window where you can start with a template app or a blank project.
+ width: '100%'}}>
+

- -Narrow your search scope with the dropdown menu next to the search bar: - -- **My Private Projects:** Projects accessible only to you. -- **My Shared Projects:** Projects you own and have shared with others. -- **Shared With Me:** Projects shared with you that you do not own. +## How to Find Projects +Go to the Project Dashboard to view all your projects. You can search for specific projects using the search bar.
-
+To create a tag, click **+ Tag** or open the three-dot menu on a project card and select **Create Tag**. +Add a tag to a project by opening the three-dot menu on the project card and selecting a tag. Each project can have only one tag. -### Adding Tags to Projects -Add a tag to a project by clicking the three dots in the upper right corner of the project panel and selecting a tag. Each project can have only one tag.
-
+![edit-tags](imgs/edit-tags.avif) diff --git a/docs/resources/projects/imgs/edit-tags.avif b/docs/resources/projects/imgs/edit-tags.avif new file mode 100644 index 00000000..b597e157 Binary files /dev/null and b/docs/resources/projects/imgs/edit-tags.avif differ diff --git a/docs/resources/projects/imgs/filter-projects.avif b/docs/resources/projects/imgs/filter-projects.avif new file mode 100644 index 00000000..6416165a Binary files /dev/null and b/docs/resources/projects/imgs/filter-projects.avif differ