keon94 commented on code in PR #298:
URL: 
https://github.com/apache/incubator-devlake-website/pull/298#discussion_r1016053167


##########
docs/Glossary.md:
##########
@@ -13,6 +13,16 @@ description: >
 
 The following terms are arranged in the order of their appearance in the 
actual user workflow.
 
+### Projects
+**A project is a set of related [Data Scopes](#data-scope), the Data Scopes 
may contains different [Data Entities](#data-entities) from arbitrary [Data 
Sources](#data-sources) for Metric Computation**
+
+Project was introduced in v0.15 to solve some complex metric computation 
problems. For example, There was a **Change Failure Rate** in [DORA 
Metric](../UserManuals/DORA) which requires connecting Incident(issue.type = 
'INCIDENT') to its related Deployment(cicd_task.type = 'DEPLOYMENT') to 
determine whether a Deployment failed or not. Unfortunately, most data sources 
do not offer this relationship, the only reasonable approach so far is to 
connect Incident to its Closest Deployment, without Project, 

Review Comment:
   Is it expected that Incident issues always have an associated CICD Task?



-- 
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