Startrekzky commented on code in PR #637:
URL: 
https://github.com/apache/incubator-devlake-website/pull/637#discussion_r1328655527


##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.

Review Comment:
   Haha, DevStream is not an Apache project. Let's use another project. For 
your reference:
   "Apache DevLake and Sparks are two independent projects of ASF. Assume that 
ASF wants to compare the DORA metrics of the two projects. What should the ASF 
do?"



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),

Review Comment:
   Please update it to Sparks accordingly.



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)
+![](create_project_2.png)
+
+Later, we will bind connections that we create in the following steps. We just 
need to create them first.
+
+#### 4.1.2. Creating Connections
+
+Since all is on GitHub in this case, we can use just 1 connection with 
following properties:
+- it includes all the `project's repositories`
+- its scope includes everything we work with (i.e. `pull requests`, 
`deployments`, and `incidents`)
+
+If you store `incidents` on Jira, for example, you will need to create a 
separate connection just for them.
+Same applies to `deployments`, a separate connection is needed in case they 
are stored in Jenkins (or any other host for `deployments`).
+
+#### 4.1.3. Configuring Connections
+This part is described in [GitHub](/docs/Configuration/GitHub.md) connection 
configuration.
+For other platforms check the [Configuration Guide](/docs/Configuration)
+
+### 4.1.4 Using connections
+
+At this point, we have projects and connections created on platform DevLake. 
+It is time to bind those connections to the projects. To do so, follow the 
steps
+described in the [Tutorial](/docs/Configuration/Tutorial.md).
+
+### 4.1.5 Resulting Metrics
+
+To know if the data of a project is successfully collected go to your DORA 
Dashboard:
+
+![](navigate_to_dora_1.png)

Review Comment:
   Is the arrow pointing to the dashboard menu missing here?
   
![image](https://github.com/apache/incubator-devlake-website/assets/14050754/f92bab86-c35e-449a-a612-1a6f6bd34ee4)
   



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)
+![](create_project_2.png)
+
+Later, we will bind connections that we create in the following steps. We just 
need to create them first.
+
+#### 4.1.2. Creating Connections
+
+Since all is on GitHub in this case, we can use just 1 connection with 
following properties:
+- it includes all the `project's repositories`
+- its scope includes everything we work with (i.e. `pull requests`, 
`deployments`, and `incidents`)
+
+If you store `incidents` on Jira, for example, you will need to create a 
separate connection just for them.
+Same applies to `deployments`, a separate connection is needed in case they 
are stored in Jenkins (or any other host for `deployments`).
+
+#### 4.1.3. Configuring Connections
+This part is described in [GitHub](/docs/Configuration/GitHub.md) connection 
configuration.
+For other platforms check the [Configuration Guide](/docs/Configuration)
+
+### 4.1.4 Using connections
+
+At this point, we have projects and connections created on platform DevLake. 
+It is time to bind those connections to the projects. To do so, follow the 
steps
+described in the [Tutorial](/docs/Configuration/Tutorial.md).
+
+### 4.1.5 Resulting Metrics
+
+To know if the data of a project is successfully collected go to your DORA 
Dashboard:
+
+![](navigate_to_dora_1.png)
+![](navigate_to_dora_2.png)
+
+If everything goes well, you should see all the 4 charts.
+If something is wrong, and you are puzzled why, check out the
+[Debugging Dora Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics) page.
+
+#### 4.1.6. How can I observe metrics by project?
+In the same DORA dashboard check out this menu point:
+![](observe_metrics_by_project_panel.png)
+
+The metrics should change when you select or deselect projects, representing 
the projects you selected.
+
+### 4.2. Use Case 2
+
+Each community or company have their own flavor on how they work. In this 
example let's assume a company that has
+multiple teams, each working on one or more projects.
+
+To keep it succinct, let's have a look at 2 teams that are called _Payments_ 
and _Internal Tools_.
+Payments team works with only one `project` also called "payments", while 
Internal Tools deals with 2 `projects`
+called "it-legacy" and "it-new" (such naming is to keep it simple).
+Each `project` consists of various `repos`, and `cicd pipelines`.
+Also, each team uses their own `board` making the total of 2.
+Some Internal Tools `repos` are shared between projects.
+
+Note: Assume that both teams work with GitHub and Jenkins. Also assume that 
payments team works with Jira boards,
+while internal tools team needs to use a **webhook** to publish their 
incidents.
+
+Following diagram describes the situation.
+
+![](project_use_case_2.png)

Review Comment:
   This is awesome. So clear.



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)
+![](create_project_2.png)
+
+Later, we will bind connections that we create in the following steps. We just 
need to create them first.
+
+#### 4.1.2. Creating Connections
+
+Since all is on GitHub in this case, we can use just 1 connection with 
following properties:
+- it includes all the `project's repositories`
+- its scope includes everything we work with (i.e. `pull requests`, 
`deployments`, and `incidents`)
+
+If you store `incidents` on Jira, for example, you will need to create a 
separate connection just for them.
+Same applies to `deployments`, a separate connection is needed in case they 
are stored in Jenkins (or any other host for `deployments`).
+
+#### 4.1.3. Configuring Connections
+This part is described in [GitHub](/docs/Configuration/GitHub.md) connection 
configuration.
+For other platforms check the [Configuration Guide](/docs/Configuration)
+
+### 4.1.4 Using connections
+
+At this point, we have projects and connections created on platform DevLake. 
+It is time to bind those connections to the projects. To do so, follow the 
steps
+described in the [Tutorial](/docs/Configuration/Tutorial.md).
+
+### 4.1.5 Resulting Metrics
+
+To know if the data of a project is successfully collected go to your DORA 
Dashboard:

Review Comment:
   Should the "go" be removed from the sentence? I highly recommend you use 
ChatGPT or Grammarly to get all wording/typos fixed in this doc. 



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)
+![](create_project_2.png)
+
+Later, we will bind connections that we create in the following steps. We just 
need to create them first.
+
+#### 4.1.2. Creating Connections
+
+Since all is on GitHub in this case, we can use just 1 connection with 
following properties:
+- it includes all the `project's repositories`
+- its scope includes everything we work with (i.e. `pull requests`, 
`deployments`, and `incidents`)
+
+If you store `incidents` on Jira, for example, you will need to create a 
separate connection just for them.
+Same applies to `deployments`, a separate connection is needed in case they 
are stored in Jenkins (or any other host for `deployments`).
+
+#### 4.1.3. Configuring Connections
+This part is described in [GitHub](/docs/Configuration/GitHub.md) connection 
configuration.
+For other platforms check the [Configuration Guide](/docs/Configuration)
+
+### 4.1.4 Using connections
+
+At this point, we have projects and connections created on platform DevLake. 
+It is time to bind those connections to the projects. To do so, follow the 
steps
+described in the [Tutorial](/docs/Configuration/Tutorial.md).
+
+### 4.1.5 Resulting Metrics
+
+To know if the data of a project is successfully collected go to your DORA 
Dashboard:
+
+![](navigate_to_dora_1.png)
+![](navigate_to_dora_2.png)
+
+If everything goes well, you should see all the 4 charts.
+If something is wrong, and you are puzzled why, check out the
+[Debugging Dora Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics) page.
+
+#### 4.1.6. How can I observe metrics by project?
+In the same DORA dashboard check out this menu point:
+![](observe_metrics_by_project_panel.png)
+
+The metrics should change when you select or deselect projects, representing 
the projects you selected.
+
+### 4.2. Use Case 2
+
+Each community or company have their own flavor on how they work. In this 
example let's assume a company that has
+multiple teams, each working on one or more projects.
+
+To keep it succinct, let's have a look at 2 teams that are called _Payments_ 
and _Internal Tools_.
+Payments team works with only one `project` also called "payments", while 
Internal Tools deals with 2 `projects`
+called "it-legacy" and "it-new" (such naming is to keep it simple).
+Each `project` consists of various `repos`, and `cicd pipelines`.
+Also, each team uses their own `board` making the total of 2.
+Some Internal Tools `repos` are shared between projects.
+
+Note: Assume that both teams work with GitHub and Jenkins. Also assume that 
payments team works with Jira boards,
+while internal tools team needs to use a **webhook** to publish their 
incidents.
+
+Following diagram describes the situation.
+
+![](project_use_case_2.png)
+
+#### 4.2.1. Organizing Projects
+DORA is good for seeing the effects of the new changes in team's methodology.
+However, for DORA itself **there are no teams**, only projects. 
+The `team` concept is redundant and only introduces noise and complexity, for 
no benefit.
+
+That said, we have 3 `projects` to create in DevLake: payments, it-legacy, and 
it-new
+
+Note: DevLake charts let you combine data between projects, so to have most 
flexibility it is always better to keep
+the `projects` **atomic**.
+
+#### 4.2.2. Adding Connections
+
+For payments `project` this is straightforward, just create: 
+- 1 connection for all `repos` to gather `pull requests`,
+- 1 connection for all `deployments`
+- 1 connection to Jira to gather `incidents`
+
+For it-legacy `project`:
+- 1 connection for `repos` _it-legacy-1_ and _it-legacy-1_
+- 1 more connection for `repos`, this time for _it-core-1_ and _it-core-1_
+- 2 connections for `deployments` organized the same fashion as those for 
`repos`
+- 1 webhook connection for `incidents` exclusively for it-legacy `project`
+
+For it-new `project`:
+- 1 connection for `repos` _it-new-1_ and _it-new-1_
+- reuse the previously created connection for the _core_ `repos`
+- 1 connections for `deployments` _it-new-1_ and _it-new-1_
+- reuse the previously created connection for the _core_ `deployments`
+- 1 webhook connection for `incidents` exclusively for it-new `project`
+
+
+##### QA

Review Comment:
   Q&A? QA usually refers to quality assurance.



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)

Review Comment:
   I retook the screenshots to make it look better.
   
![image](https://github.com/apache/incubator-devlake-website/assets/14050754/35148822-dc19-46b4-b501-757442d73fcf)
   
![image](https://github.com/apache/incubator-devlake-website/assets/14050754/6d78af4e-fdfd-4331-9210-f563a070a950)
   
   



##########
docs/_temp/HowToOrganizeDevlakeProjects.md:
##########
@@ -0,0 +1,189 @@
+---
+title: "How to Organize DevLake Projects"
+sidebar_position: 1
+description: >
+  How to Organize DevLake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`incidents` inside boards.
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `incidents` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))
+  - How fast are these `incidents` solved? (a.k.a. [Median Time to 
Restore](docs/Metrics/MTTR.md))
+
+All these questions/metrics are based on either `pull requests`, 
`deployments`, or `incidents`.
+Note: all three are completely separate entities and associated only to their 
project.
+
+#### General advice
+
+There are 3 red lines when it comes to structuring your DevLake `projects`:
+
+But when we scale this up, a few problems arise:
+- A team usually works with multiple `repositories`
+- A team also might work on different projects, and we want to measure these 
projects separately (e.g. it is not the same to work on a big old legacy than 
on a greenfield)
+- There may be multiple teams
+- A `board` contains incidents of multiple teams or projects
+- A `repository` is managed by multiple teams or projects, e.g. a monorepo
+- A `pipeline` can trigger deployments in multiple repositories
+- Some organizations want to measure DORA based on projects, and some want to 
measure it by teams
+
+This is where the `project` concept comes to play.
+
+## 2. What is a DevLake project?
+In the real world, a project is something being built and/or researched to 
solve some problem or to open new grounds.
+A DevLake project is a grouping of `pull requests`, `deployments`, or 
`incidents`. It can be seen as a real-world project or product line. DevLake 
measures DORA metrics for each project.
+
+![](project_pipeline.png)
+
+_Note: It does not matter if a team works on a particular repository more than 
another.
+The metrics are calculated over the entire set of repos, and the values are 
accumulated.
+More on that: [Debugging DORA Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics)_
+
+## 3. As a team lead, how many DevLake projects do I need?
+
+Because of its simplicity, the concept is flexible: you decide how to arrange 
`pull requests`, `deployments`, and `incidents`
+either by your specific projects, by teams, technology, or any other way.
+
+The examples below show the patterns of how to organize your projects.
+To keep things simple we assume that we work with **GitHub** repos, **Jira** 
boards, 
+and **Jenkins CI/CD** deploys in each GitHub repo.
+
+The same would apply to other repos (e.g. GitLab or BitBucket), boards (e.g. 
TAPD), 
+or CI/CD (e.g. GitLab CI, Azure DevOps).
+
+## 4. Use Cases
+This section demonstrates real-life situations and how they get reflected in 
DevLake.
+
+Quick note: to keep this guide shorter and more concise, some technical 
details are only mentioned in the use case 1,
+so if you read this page for the first time, make sure to go through them in 
order.
+
+Quick note 2: if you use webhooks, check the [quick 
note](HowToOrganizeDevlakeProjects.md#5-note-about-webhooks) about them below.
+
+### 4.1. Use Case 1: Projects DevLake and DevStream
+DevLake and [DevStream](https://github.com/devstream-io/devstream) are both 
Apache `projects`.
+DevLake manages 3 `repos`: 
[incubator-devlake](https://github.com/apache/incubator-devlake), 
+[incubator-devlake-website](https://github.com/apache/incubator-devlake-website),
 
+and 
[incubator-devlake-helm-chart](https://github.com/apache/incubator-devlake-helm-chart).
+DevStream also manages 3 `repos`: 
[devstream](https://github.com/devstream-io/devstream),
+[website](https://github.com/devstream-io/website), and 
[blog](https://github.com/devstream-io/blog).
+
+![](project_use_case_1.png)
+
+Both projects use GitHub for storing code (including `pull requests`), 
`deployments` on GitHub Actions, and `incidents`.
+
+_Note: to avoid confusion between DevLake as a `project` in this use case and 
DevLake as a platform,
+we will use complete names i.e. `project DevLake` and `platform DevLake` 
respectively._
+
+#### 4.1.1. Organizing Projects
+First, we create 2 `projects` on DevLake platform, representing both project 
DevLake and DevStream.
+These steps will suffice for now:
+
+![](create_project_1.png)
+![](create_project_2.png)
+
+Later, we will bind connections that we create in the following steps. We just 
need to create them first.
+
+#### 4.1.2. Creating Connections
+
+Since all is on GitHub in this case, we can use just 1 connection with 
following properties:
+- it includes all the `project's repositories`
+- its scope includes everything we work with (i.e. `pull requests`, 
`deployments`, and `incidents`)
+
+If you store `incidents` on Jira, for example, you will need to create a 
separate connection just for them.
+Same applies to `deployments`, a separate connection is needed in case they 
are stored in Jenkins (or any other host for `deployments`).
+
+#### 4.1.3. Configuring Connections
+This part is described in [GitHub](/docs/Configuration/GitHub.md) connection 
configuration.
+For other platforms check the [Configuration Guide](/docs/Configuration)
+
+### 4.1.4 Using connections
+
+At this point, we have projects and connections created on platform DevLake. 
+It is time to bind those connections to the projects. To do so, follow the 
steps
+described in the [Tutorial](/docs/Configuration/Tutorial.md).
+
+### 4.1.5 Resulting Metrics
+
+To know if the data of a project is successfully collected go to your DORA 
Dashboard:
+
+![](navigate_to_dora_1.png)
+![](navigate_to_dora_2.png)
+
+If everything goes well, you should see all the 4 charts.
+If something is wrong, and you are puzzled why, check out the
+[Debugging Dora Issue 
Metrics](docs/Troubleshooting/Dashboard.md#debugging-dora-issue-metrics) page.
+
+#### 4.1.6. How can I observe metrics by project?
+In the same DORA dashboard check out this menu point:
+![](observe_metrics_by_project_panel.png)
+
+The metrics should change when you select or deselect projects, representing 
the projects you selected.
+
+### 4.2. Use Case 2
+
+Each community or company have their own flavor on how they work. In this 
example let's assume a company that has
+multiple teams, each working on one or more projects.
+
+To keep it succinct, let's have a look at 2 teams that are called _Payments_ 
and _Internal Tools_.
+Payments team works with only one `project` also called "payments", while 
Internal Tools deals with 2 `projects`
+called "it-legacy" and "it-new" (such naming is to keep it simple).
+Each `project` consists of various `repos`, and `cicd pipelines`.
+Also, each team uses their own `board` making the total of 2.
+Some Internal Tools `repos` are shared between projects.
+
+Note: Assume that both teams work with GitHub and Jenkins. Also assume that 
payments team works with Jira boards,
+while internal tools team needs to use a **webhook** to publish their 
incidents.
+
+Following diagram describes the situation.
+
+![](project_use_case_2.png)
+
+#### 4.2.1. Organizing Projects
+DORA is good for seeing the effects of the new changes in team's methodology.
+However, for DORA itself **there are no teams**, only projects. 
+The `team` concept is redundant and only introduces noise and complexity, for 
no benefit.
+
+That said, we have 3 `projects` to create in DevLake: payments, it-legacy, and 
it-new
+
+Note: DevLake charts let you combine data between projects, so to have most 
flexibility it is always better to keep
+the `projects` **atomic**.
+
+#### 4.2.2. Adding Connections
+
+For payments `project` this is straightforward, just create: 
+- 1 connection for all `repos` to gather `pull requests`,
+- 1 connection for all `deployments`
+- 1 connection to Jira to gather `incidents`
+
+For it-legacy `project`:
+- 1 connection for `repos` _it-legacy-1_ and _it-legacy-1_

Review Comment:
   Normally, we don't recommend users to create multiple connections for a 
shared data scope, for instance, GitHub repos. This will increase the time to 
collect the data because the shared repos will be stored in multiple copies in 
the DB. See pic:
   
![image](https://github.com/apache/incubator-devlake-website/assets/14050754/1e3c2b56-9b31-4a65-bbdb-92d44151a9fd)
   
   
   
   Instead, we encourage users to create ONE connection and add all data scopes 
(p-1, p2, ... , p-10, it-legacy-1, it-legacy-2) in the Data Connection page, 
and when users:
   - bind this connection to `Project payments`, they only need to choose 'p-1, 
p2, ... , p-10'
   - bind this connection to `Project it-legacy`, they only need to choose 
'it-legacy-1, it-legacy-2'
   In this way, the data of 'p-1, p2, ... , p-10, it-legacy-1, it-legacy-2' 
will only be stored in a single copy. That is to say, the sync-up time will not 
be doubled/tripled either.
   
   
![image](https://github.com/apache/incubator-devlake-website/assets/14050754/8e41bdcb-ce91-46e7-980f-33a2d915e120)
   
   So, in my opinion, there should be a '4.2.0. Create Data Connections' before 
4.2.1. And the current '4.2.2. Adding Connections' should be renamed to '4.2.2. 
Adding Connections and repos to Projects'
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to