You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "Startrekzky (via GitHub)" <gi...@apache.org> on 2023/03/02 06:15:15 UTC

[GitHub] [incubator-devlake-website] Startrekzky commented on a diff in pull request #452: docs: add diagram and update some docs

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


##########
docs/DataModels/DevLakeDomainLayerSchema.md:
##########
@@ -584,32 +585,7 @@ The names of tables in the 'Code Quality' domain will start with a prefix cq\_
 | `cognitive_complexity`                     | bigint   |            | Cognitive complexity of the file                                |         |
 | `num_of_lines`                             | bigint   |            | Num of lines of the file                                        |         |
 
-### Project Metric Entities
-
-#### project_pr_metrics
-
-| **field**          | **type** | **length** | **description**                                                                        | **key** |
-| :----------------- | :------- | :--------- | :------------------------------------------------------------------------------------- | :------ |
-| `id`               | varchar  | 255        | Id of PR                                                                               | PK      |
-| `project_name`     | varchar  | 100        | The project that this PR belongs to                                                    | PK      |
-| `first_review_id`  | longtext |            | The id of the first review on this pr                                                  |         |
-| `first_commit_sha` | longtext |            | The sha of the first commit                                                            |         |
-| `pr_coding_time`   | bigint   |            | The time it takes from the first commit until a PR is issued                           |         |
-| `pr_pickup_time`   | bigint   |            | The time it takes from when a PR is issued until the first comment is added to that PR |         |
-| `pr_review_time`   | bigint   |            | The time it takes to complete a code review of a PR before it gets merged              |         |
-| `deployment_id`    | longtext |            | The id of cicd_task which deploy the commits of this PR                                |         |
-| `pr_deploy_time`   | bigint   |            | The time it takes from when a PR is merged to when it is deployed                      |         |
-| `pr_cycle_time`    | bigint   |            | The total time from the first commit to when the PR is deployed                        |         |
-
-#### project_issue_metrics
-
-| **field**       | **type** | **length** | **description**                             | **key** |
-| :-------------- | :------- | :--------- | :------------------------------------------ | :------ |
-| `id`            | varchar  | 255        | Id of Issue                                 | PK      |
-| `project_name`  | varchar  | 100        | The project that this Issue belongs to      | PK      |
-| `deployment_id` | longtext |            | The id of cicd_task which cause an incident |         |
-
-### Cross-Domain Entities
+### Domain 5 - Cross-Domain Entities

Review Comment:
   Is it domain 6?



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org