You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/10/31 04:20:37 UTC

[GitHub] [incubator-devlake-website] Startrekzky commented on a diff in pull request #308: WIP Project framework

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


##########
docs/DeveloperManuals/Project.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Project"
+sidebar_position: 5
+description: >
+  Project is an entity object that can be used for Dora to associate pr to deployment/issue.
+---
+
+## Summary
+Project is an entity object that can be used for Dora to associate pr to deployment/issue.
+
+It contains the following two models:

Review Comment:
   You can add two tables to make the data models clearer.



##########
docs/DeveloperManuals/Project.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Project"
+sidebar_position: 5
+description: >
+  Project is an entity object that can be used for Dora to associate pr to deployment/issue.

Review Comment:
   `Project` is an object that can be used for DORA to associate `changes(commits)`, with `deployments` and `issues`.



##########
docs/DeveloperManuals/Project.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Project"
+sidebar_position: 5
+description: >
+  Project is an entity object that can be used for Dora to associate pr to deployment/issue.
+---
+
+## Summary
+Project is an entity object that can be used for Dora to associate pr to deployment/issue.

Review Comment:
   The same as above



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