This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch kw-537-datascope
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit c252032192936aa1a2b762451fedeef0ff92be47
Author: Klesh Wong <[email protected]>
AuthorDate: Fri Jun 9 14:44:15 2023 +0800

    docs: update data scope desc in keyconcept
---
 docs/Overview/KeyConcepts.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/Overview/KeyConcepts.md b/docs/Overview/KeyConcepts.md
index b33dc16c9a..e9b007ca66 100644
--- a/docs/Overview/KeyConcepts.md
+++ b/docs/Overview/KeyConcepts.md
@@ -45,12 +45,10 @@ DevLake normally uses one [data plugin](#data-plugins) to 
pull data for a single
 
 You can set up a new data connection either during the first step of creating 
a blueprint, or in the Connections page that can be accessed from the 
navigation bar. Because one single data connection can be reused in multiple 
blueprints, you can update the information of a particular data connection in 
Connections, to ensure all its associated blueprints will run properly. For 
example, you may want to update your GitHub token in a data connection if it 
goes expired.
 
-### Data Scope
-**In a blueprint, each data connection can have multiple sets of data scope 
configurations, including GitHub or GitLab projects, Jira boards and their 
corresponding [data entities](#data-entities).** The fields for data scope 
configuration vary according to different data sources.
+### Data Scopes
+**A data connection can have multiple data scopes. The term "data scope" 
refers to the top-level entity that a Data Source uses to isolate different 
groups of data. e.g. Boards on JIRA, Repository on GitHub or Projects on 
GitLab.** The fields for data scope configuration vary according to different 
data sources.
 
-Each set of data scope refers to one GitHub or GitLab project, or one Jira 
board and the data entities you would like to sync for them, for the 
convenience of applying transformation in the next step. For instance, if you 
wish to sync 5 GitHub projects, you will have 5 sets of data scope for GitHub.
-
-To learn more about the default data scope of all data sources and data 
plugins, please refer to [Supported Data Sources](./SupportedDataSources.md).
+To learn more about the default data scopes of all data sources and data 
plugins, please refer to [Supported Data Sources](./SupportedDataSources.md).
 
 ### Data Entities
 **Data entities refer to the data fields from one of the five data domains: 
Issue Tracking, Source Code Management, Code Review, CI/CD and Cross-Domain.**

Reply via email to