Skip to content

Commit 27f3bf6

Browse files
Added create project in organizations (#351)
* Added create project in organizations * make some fix and layout * Improve the Option 2 in project in Organization * fix list, before there was only the 1. * Improved texts * Update documentation/get-started/tutorials/get-started-qfc.en.md Perfect. Co-authored-by: Lucie Nicolier <[email protected]> --------- Co-authored-by: Lucie Nicolier <[email protected]>
1 parent 9db751f commit 27f3bf6

13 files changed

+56
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

documentation/get-started/tutorials/get-started-qfc.en.md

+56
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,62 @@ A form will ask you for project name, description and local directory. In the lo
153153
* The entered path is not an existing directory. It will be created after you submit this form.
154154
* Multiple project files have been found in the directory. Please leave exactly one QGIS project in the root directory.
155155

156+
### Create a project in an Organization
157+
158+
There are two ways to share a project with an organization:
159+
160+
**Option 1: Uploading directly to the organization:**
161+
162+
1. Select your organization.
163+
164+
![Entering into Organization](../../assets/images/project_organization_01_entering_into_organization.png)
165+
166+
2. Once you get into the organization, click on "Create a project".
167+
168+
![Creating Project](../../assets/images/project_organization_02_creating_project.png)
169+
170+
3. Select "Create a new empty project".
171+
172+
![New empty project](../../assets/images/project_organization_03_new_empty_project.png)
173+
174+
4. You can see the new project in the overview.
175+
176+
![New project created](../../assets/images/project_organization_04_new_project_created.png)
177+
178+
5. On QGIS in QFieldSync, you will see the new project listed, click on "Edit Selected Cloud Project".
179+
180+
![QFieldSync](../../assets/images/project_organization_05_qfield_sync.png)
181+
182+
6. Choose the folder where you want to save the project.
183+
184+
![Selecting folder](../../assets/images/project_organization_06_selecting_folder.png)
185+
186+
7. In the selected folder, you can either paste an already worked-on project or save a new one.
187+
188+
![Copy to project folder](../../assets/images/project_organization_07_copy_project_to_folder.png)
189+
190+
8. Once the folder contains the project, you can synchronize it.
191+
192+
![QFieldSync Overview](../../assets/images/project_organization_08_qfield_sync_overview.png)
193+
194+
9. Finally, push the changes to the cloud.
195+
196+
![Pushing changes to QFieldCloud](../../assets/images/project_organization_09_pushing_changes_to_cloud.png)
197+
198+
10. You can verify that the files are present in the Organization project.
199+
200+
![Project files over view in QFieldCloud](../../assets/images/project_organization_10_files_overview_in_cloud.png)
201+
202+
**Option 2: Moving the project from your own account to the organizations:**
203+
204+
1. If you already have a project in QFieldCloud (refer to [configure your cloud project](#create-and-configure-your-cloud-project)). In the project, click on "Settings" and select "Transfer ownership of this project" to choose the desired Organization for the transfer.
205+
206+
![Transferring to Organization](../../assets/images/project_organization_11_transfering_to_organization.png)
207+
208+
2. A pop-up window will appear to confirm the transfer. To proceed, you will need to type "Here be dragons" and click "Transfer project".
209+
210+
![Confirm transfer](../../assets/images/project_organization_12_confirming_transfer.png)
211+
156212
### Configure your project layers for QField
157213

158214
Configure the project layers by clicking the fifth icon in the QFieldSync toolbar ![](../../assets/images/project_properties.svg){Width="20px"}. Here you can configure QFieldCloud layer actions. Most of the time you need to configure a preference either to online or offline layers. For more fine grained control, in the advanced settings you can configure the action layer by layer. Get more information about how to configure your layers in the [Get Started guide for QFieldSync](./get-started-qfs.md)!.

0 commit comments

Comments
 (0)