Skip to content

Commit

Permalink
docs: change app
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Dec 11, 2023
1 parent c55a19b commit 5f91e2b
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ title: Managing Apps
locale: en
---

import ProjectWritePermission from '/src/components/console/ProjectWritePermissionEng.mdx';
import ProjectMemberPermission from '/src/components/console/ProjectMemberPermissionEng.mdx';
import OrganizationAdminPermission from '/src/components/console/OrganizationAdminPermissionEng.mdx';
import OrganizationMemberPermission from '/src/components/console/OrganizationMemberPermissionEng.mdx';

In a project, you can upload the app for testing in the project and use it for routines or script tests.

**In the case of a web template project, you cannot upload an app.**
In a organization, you can upload the app for testing in the organization and use it for routines or script tests.

:::info

Expand Down Expand Up @@ -37,32 +35,28 @@ Only `.apk` or `.ipa` files are supported for app uploads.

:::

<ProjectWritePermission prefix="Uploading an app" />
<OrganizationAdminPermission prefix="Uploading an app" />

1. Go to the project page and click on the "Apps" menu in the left sidebar.
1. Go to the organization page and click on the "Apps" menu in the left sidebar.
2. Click the "Upload app" button.
<img
src="/img/console/project/upload-app.png"
src="/img/console/organization/app-upload.png"
style={{ width: 600, display: 'block' }}
/>
3. Drag and drop or select the app file to complete the upload.
<img
src="/img/console/project/upload-app-modal.png"
src="/img/console/organization/app-upload-modal.png"
style={{ width: 600, display: 'block' }}
/>

:::tup Latest App
:::tip Latest App

If you upload an app with the same app ID, the uploaded app will become the "Latest" app if its build version is the same or higher.

:::

## Using an app

### Remote

When conducting app tests through remotes, you utilize the uploaded app version. If the app version is not available in the app list, remote testing will not work.

### Routines

When conducting tests through routines, you utilize the uploaded app version. If the app version is not available in the app list, the routine will not work.
Expand All @@ -71,24 +65,32 @@ Refer to the [Routine Guide](/routine/routines) for instructions on how to use t

## Download an app

<ProjectMemberPermission prefix="Downloading the app" />
<OrganizationMemberPermission prefix="Downloading the app" />

1. Go to the project page and click on the "Apps" menu in the left sidebar.
2. Find the app you want to download from the list and click the menu button(`···`).
1. Go to the organization page and click on the "Apps" menu in the left sidebar.
2. Find the app you want to download from the list and click the app name.
<img
src="/img/console/organization/app-select.png"
style={{ width: 600, display: 'block' }}
/>
3. Click the "Download" button.
<img
src="/img/console/project/download-app.png"
src="/img/console/organization/app-action.png"
style={{ width: 600, display: 'block' }}
/>

## Remove an app

<ProjectWritePermission prefix="Removing an app" />
<OrganizationAdminPermission prefix="Removing an app" />

1. Go to the project page and click on the "Apps" menu in the left sidebar.
2. Find the app you want to remove from the list and click the menu button(`···`).
1. Go to the organization page and click on the "Apps" menu in the left sidebar.
2. Find the app you want to download from the list and click the app name.
<img
src="/img/console/organization/app-select.png"
style={{ width: 600, display: 'block' }}
/>
3. Click the "Delete" button.
<img
src="/img/console/project/delete-app.png"
src="/img/console/organization/app-action.png"
style={{ width: 600, display: 'block' }}
/>
4 changes: 2 additions & 2 deletions docs/routine/routines/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ The following example demonstrates a routine for cross-platform mobile app and g

:::info Prerequisites

To perform app and game testing, you need to upload the project's app.
To perform app and game testing, you need to upload app.

For more details, refer to the [App Management](/management/project/app) guide.
For more details, refer to the [App Management](/management/organization/app) guide.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ title: 앱 관리
locale: ko
---

import ProjectWritePermission from '/src/components/console/ProjectWritePermission.mdx';
import ProjectMemberPermission from '/src/components/console/ProjectMemberPermission.mdx';
import OrganizationAdminPermission from '/src/components/console/OrganizationAdminPermission.mdx';
import OrganizationMemberPermission from '/src/components/console/OrganizationMemberPermission.mdx';

프로젝트에서 테스트를 수행할 앱을 업로드하고, 루틴이나 스크립트 테스트에 활용할 수 있습니다.

**웹 템플릿 프로젝트의 경우 앱을 업로드할 수 없습니다.**
조직에서 테스트를 수행할 앱을 업로드하고, 루틴이나 스크립트 테스트에 활용할 수 있습니다.

:::info

Expand Down Expand Up @@ -37,17 +35,17 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.

:::

<ProjectWritePermission prefix="앱 업로드는" />
<OrganizationAdminPermission prefix="앱 업로드는" />

1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. "앱 업로드" 버튼을 클릭합니다.
<img
src="/ko/img/console/project/upload-app.png"
src="/ko/img/console/organization/app-upload.png"
style={{ width: 600, display: 'block' }}
/>
3. 업로드할 앱을 드래그하거나 선택해 업로드를 완료합니다.
<img
src="/ko/img/console/project/upload-app-modal.png"
src="/ko/img/console/organization/app-upload-modal.png"
style={{ width: 600, display: 'block' }}
/>

Expand All @@ -59,10 +57,6 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.

## 앱 활용하기

### 리모트

리모트 테스트를 통해 앱 테스트를 진행할 때, 업로드된 앱 버전을 활용합니다. 해당 앱 버전의 앱이 목록에 없을 경우, 리모트 테스트는 작동하지 않습니다.

### 루틴

루틴을 통한 테스트를 진행할 때, 업로드 된 앱 버전을 활용합니다. 해당 앱 버전의 앱이 목록에 없을 경우, 루틴은 작동하지 않습니다.
Expand All @@ -71,24 +65,32 @@ Dogu는 다음과 같은 정보를 앱에서 수집합니다.

## 앱 다운로드

<ProjectMemberPermission prefix="앱 다운로드는" />
<OrganizationMemberPermission prefix="앱 다운로드는" />

1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. 삭제할 앱을 목록에서 찾고 메뉴 버튼(`···`)을 클릭합니다.
3. "다운로드" 버튼을 클릭합니다.
1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. 앱 목록에서 다운로드할 앱을 찾아 클릭합니다.
<img
src="/ko/img/console/project/download-app.png"
src="/ko/img/console/organization/app-select.png"
style={{ width: 600, display: 'block' }}
/>
3. "다운로드" 버튼을 클릭합니다.
<img
src="/ko/img/console/organization/app-action.png"
style={{ width: 600, display: 'block' }}
/>

## 앱 삭제하기

<ProjectWritePermission prefix="앱 삭제는" />
<OrganizationAdminPermission prefix="앱 삭제는" />

1. 프로젝트 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. 삭제할 앱을 목록에서 찾고 메뉴 버튼(`···`)을 클릭합니다.
3. "삭제" 버튼을 클릭합니다.
1. 조직 페이지의 왼쪽 사이드바에서 "앱" 메뉴를 클릭합니다.
2. 앱 목록에서 삭제할 앱을 찾아 클릭합니다.
<img
src="/ko/img/console/project/delete-app.png"
src="/ko/img/console/organization/app-select.png"
style={{ width: 600, display: 'block' }}
/>
3. "삭제" 버튼을 클릭합니다.
<img
src="/ko/img/console/organization/app-action.png"
style={{ width: 600, display: 'block' }}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:

:::info Prerequisites

앱, 게임 테스트를 위해서는 프로젝트 앱을 업로드 해야 합니다.
앱, 게임 테스트를 위해서는 앱을 업로드 해야 합니다.

자세한 내용은 [앱 관리](/management/project/app) 가이드를 참고하세요.
자세한 내용은 [앱 관리](/management/organization/app) 가이드를 참고하세요.

:::

Expand Down
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUpload.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
Upload the downloaded <b>{props.app_name}</b> using the&nbsp;
<a href="/management/project/app">Upload button</a> on the Organization > App page.
<a href="/management/organization/app">Upload button</a> on the Organization > App page.
</li>
</ul>
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUploadKor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
다운로드 받은 <b>{props.app_name}</b>를&nbsp;
<a href="/management/project/app">조직 > 앱 > 업로드 </a> 을 눌러
<a href="/management/organization/app">조직 > 앱 > 업로드 </a> 을 눌러
앱을 업로드합니다.
</li>
</ul>
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUploadiOS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
Upload the built .ipa file using the&nbsp;
<a href="/management/project/app">Upload button</a> on the Organization > App page.
<a href="/management/organization/app">Upload button</a> on the Organization > App page.
</li>
</ul>
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUploadiOSGamium.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
Upload the built .ipa file using the&nbsp;
<a href="/management/project/app">Upload button</a> on the Organization > App page.
<a href="/management/organization/app">Upload button</a> on the Organization > App page.
</li>
</ul>
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUploadiOSGamiumKor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
빌드된 .ipa파일을 &nbsp;
<a href="/management/project/app">조직 > 앱 > 업로드 </a> 을 눌러
<a href="/management/organization/app">조직 > 앱 > 업로드 </a> 을 눌러
앱을 업로드합니다.
</li>
</ul>
2 changes: 1 addition & 1 deletion src/components/tutorial/common/AppUploadiOSKor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import CodeBlock from '@theme/CodeBlock';
</li>
<li>
빌드된 .ipa파일을 &nbsp;
<a href="/management/project/app">조직 > 앱 > 업로드 </a> 을 눌러
<a href="/management/organization/app">조직 > 앱 > 업로드 </a> 을 눌러
앱을 업로드합니다.
</li>
</ul>
Binary file added static/img/console/organization/app-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/console/organization/app-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/console/organization/app-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/console/project/delete-app.png
Binary file not shown.
Binary file removed static/img/console/project/download-app.png
Binary file not shown.
Binary file removed static/img/console/project/upload-app.png
Binary file not shown.

0 comments on commit 5f91e2b

Please sign in to comment.