You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2023/01/18 12:38:04 UTC

[incubator-devlake-website] branch main updated: fix: update the roadmap status (#407)

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

zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b3bab53eb3 fix: update the roadmap status (#407)
b3bab53eb3 is described below

commit b3bab53eb3e1c096e65e8d74233455ed61e023b6
Author: Louis.z <lo...@gmail.com>
AuthorDate: Wed Jan 18 20:38:00 2023 +0800

    fix: update the roadmap status (#407)
    
    Co-authored-by: Startrekzky <ka...@merico.dev>
---
 docs/Overview/Roadmap.md              | 10 +++++-----
 docs/Overview/SupportedDataSources.md |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/Overview/Roadmap.md b/docs/Overview/Roadmap.md
index fac85f876e..1ff7bfaf37 100644
--- a/docs/Overview/Roadmap.md
+++ b/docs/Overview/Roadmap.md
@@ -1,13 +1,13 @@
 ---
 title: "Roadmap"
 description: >
-  The goals and roadmap for DevLake in 2022
+  The goals and roadmap for DevLake
 sidebar_position: 3
 ---
 
 ## Goals
 
-DevLake has joined the Apache Incubator and is aiming to become a top-level project. To achieve this goal, the Apache DevLake (Incubating) community will continue to make efforts in helping development teams to analyze and improve their engineering productivity. In the 2022 Roadmap, we have summarized three major goals followed by the feature breakdown to invite the broader community to join us and grow together.
+DevLake has joined the Apache Incubator and is aiming to become a top-level project. To achieve this goal, the Apache DevLake (Incubating) community will continue to make efforts in helping development teams to analyze and improve their engineering productivity. In this roadmap, we have summarized three major goals followed by the feature breakdown to invite the broader community to join us and grow together.
 
 1. As a dev data analysis application, discover and implement 3 (or even more!) usage scenarios:
    - A collection of metrics to track the contribution, quality and growth of open-source projects
@@ -22,9 +22,9 @@ Apache DevLake is currently under rapid development. You are more than welcome t
 
 | Category                                                                                                              | Features                                                                                                                                                                                                                                                                                                                                                                           [...]
 | --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [...]
-| More data sources across different [DevOps domains](../DataModels/DevLakeDomainLayerSchema.md) (Goal No.1 & 2)        | Features in **bold** are of higher priority <br/><br/> Issue/Task Management: <ul><li>**Jira server** [#886 (closed)](https://github.com/apache/incubator-devlake/issues/886)</li><li>**Jira data center** [#1687 (closed)](https://github.com/apache/incubator-devlake/issues/1687)</li><li>GitLab Issues [#715 (closed)](https://github.com/apache/incubator-devlake/issues/715) [...]
-| Improved data collection, [data models](../DataModels/DevLakeDomainLayerSchema.md) and data extensibility (Goal No.2) | Data Collection: <br/> <ul><li>Complete the logging system</li><li>Implement a good error handling mechanism during data collection</li></ul> Data Models:<ul><li>Introduce DBT to allow users to create and modify the domain layer schema. [#1479 (closed)](https://github.com/apache/incubator-devlake/issues/1479)</li><li>Design the data models for 5 new domains, please re [...]
-| Better user experience (Goal No.3)                                                                                    | For new users: <ul><li> Iterate on a clearer step-by-step guide to improve the pre-configuration experience.</li><li>Provide a new Config UI to reduce frictions for data configuration [#1700 (in-progress)](https://github.com/apache/incubator-devlake/issues/1700)</li><li> Showcase dashboard live demos to let users explore and learn about the dashboards. [#1784 (open)]( [...]
+| More data sources across different DevOps domains (Goal No.1 & 2). See [existing data sources](/docs/Overview/SupportedDataSources.md)        | Plugins in **bold** are of higher priority <br/><br/> Issue/Task Management: <ul><li>**Jira (cloud)** [#886 (Done)](https://github.com/apache/incubator-devlake/issues/886)</li><li>**Jira (server/data center)** [#1687 (Done)](https://github.com/apache/incubator-devlake/issues/1687)</li><li>**GitHub Issues** [#407 (Done)](https://github.com/apach [...]
+| Improved data collection, [data models](../DataModels/DevLakeDomainLayerSchema.md) and data extensibility (Goal No.2) | Data Collection: <br/> <ul><li>Complete the logging system</li><li>Implement a good error handling mechanism during data collection</li></ul> Data Models:<ul><li>Introduce DBT to allow users to create and modify the domain layer schema. [#1479 (Done)](https://github.com/apache/incubator-devlake/issues/1479)</li><li>Design the data models for 6 new domains, please refe [...]
+| Better user experience (Goal No.3)                                                                                    | For new users: <ul><li> Iterate on a clearer step-by-step guide to improve the pre-configuration experience.</li><li>Provide a new Config UI to reduce frictions for data configuration [#1700 (Done)](https://github.com/apache/incubator-devlake/issues/1700)</li><li> Showcase dashboard live demos to let users explore and learn about the dashboards. [#1784 (Done)](https:/ [...]
 
 ## How to Influence the Roadmap
 
diff --git a/docs/Overview/SupportedDataSources.md b/docs/Overview/SupportedDataSources.md
index 42acb94e04..bb08a2d690 100644
--- a/docs/Overview/SupportedDataSources.md
+++ b/docs/Overview/SupportedDataSources.md
@@ -7,7 +7,7 @@ sidebar_position: 5
 
 ## Data Sources and Data Plugins
 
-Apache DevLake(incubating) supports the following data sources. The data from each data source is collected with one or more plugins.
+Apache DevLake(incubating) supports the following data sources. The data from each data source is collected with one or more plugins. Detailed plugin docs can be found [here](/docs/Plugins).
 
 | Data Source      | Domain(s)                                                                   | Supported Versions                   | Config UI Availability | Triggered Plugins           | Collection Mode                                                |
 |------------------|-----------------------------------------------------------------------------|--------------------------------------|------------------------|-----------------------------|----------------------------------------------------------------|