From 00e36d2211a0b11effc11ea4911df9ebc3b22817 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Wed, 4 Sep 2024 17:14:11 -0700 Subject: [PATCH 1/2] Update roadmap.md Signed-off-by: Yaron Schneider --- daprdocs/content/en/contributing/roadmap.md | 44 +++------------------ 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/daprdocs/content/en/contributing/roadmap.md b/daprdocs/content/en/contributing/roadmap.md index d3a7909357f..753176af5c3 100644 --- a/daprdocs/content/en/contributing/roadmap.md +++ b/daprdocs/content/en/contributing/roadmap.md @@ -1,48 +1,14 @@ --- type: docs -title: "Dapr Roadmap" -linkTitle: "Roadmap" -description: "The Dapr Roadmap is a tool to help with visibility into investments across the Dapr project" +title: "Dapr Proposals" +linkTitle: "Proposals" +description: "The Dapr Proposals repository is a central location to help with visibility into investments across the Dapr project" weight: 30 no_list: true --- - -Dapr encourages the community to help with prioritization. A GitHub project board is available to view and provide feedback on proposed issues and track them across development. - -[Screenshot of the Dapr Roadmap board](https://aka.ms/dapr/roadmap) - -{{< button text="View the backlog" link="https://aka.ms/dapr/roadmap" color="primary" >}} -
+Dapr encourages the community to help with prioritization. A [dedicated proposals repository exists](https://github.com/dapr/proposals) to foster discussions with the community on all future additions and/or changes to the Dapr project. Please vote by adding a 👍 on the GitHub issues for the feature capabilities you would most like to see Dapr support. This will help the Dapr maintainers understand which features will provide the most value. -Contributions from the community is also welcomed. If there are features on the roadmap that you are interested in contributing to, please comment on the GitHub issue and include your solution proposal. - -{{% alert title="Note" color="primary" %}} -The Dapr roadmap includes issues only from the v1.2 release and onwards. Issues closed and released prior to v1.2 are not included. -{{% /alert %}} - -## Stages - -The Dapr Roadmap progresses through the following stages: - -{{< cardpane >}} -{{< card title="**[📄 Backlog](https://github.com/orgs/dapr/projects/52#column-14691591)**" >}} - Issues (features) that need 👍 votes from the community to prioritize. Updated by Dapr maintainers. -{{< /card >}} -{{< card title="**[⏳ Planned (Committed)](https://github.com/orgs/dapr/projects/52#column-14561691)**" >}} - Issues with a proposal and/or targeted release milestone. This is where design proposals are discussed and designed. -{{< /card >}} -{{< card title="**[👩‍💻 In Progress (Development)](https://github.com/orgs/dapr/projects/52#column-14561696)**" >}} - Implementation specifics have been agreed upon and the feature is under active development. -{{< /card >}} -{{< /cardpane >}} -{{< cardpane >}} -{{< card title="**[☑ Done](https://github.com/orgs/dapr/projects/52#column-14561700)**" >}} - The feature capability has been completed and is scheduled for an upcoming release. -{{< /card >}} -{{< card title="**[✅ Released](https://github.com/orgs/dapr/projects/52#column-14659973)**" >}} - The feature is released and available for use. -{{< /card >}} -{{< /cardpane >}} +Contributions from the community are always welcomed. If there are features on the proposals repo that you are interested in contributing to, please comment on the GitHub issue and include your solution proposal. From 418d6b2182fd10204bae641ec750de19102be2ec Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 6 Sep 2024 14:38:10 -0700 Subject: [PATCH 2/2] Update roadmap.md Signed-off-by: Yaron Schneider --- daprdocs/content/en/contributing/roadmap.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/daprdocs/content/en/contributing/roadmap.md b/daprdocs/content/en/contributing/roadmap.md index 753176af5c3..6c1093ecbd9 100644 --- a/daprdocs/content/en/contributing/roadmap.md +++ b/daprdocs/content/en/contributing/roadmap.md @@ -1,14 +1,10 @@ --- type: docs -title: "Dapr Proposals" -linkTitle: "Proposals" -description: "The Dapr Proposals repository is a central location to help with visibility into investments across the Dapr project" +title: "Dapr Roadmap" +linkTitle: "Roadmap" +description: "The Dapr Roadmap gives the community visibility into the different priorities of the projecs" weight: 30 no_list: true --- -Dapr encourages the community to help with prioritization. A [dedicated proposals repository exists](https://github.com/dapr/proposals) to foster discussions with the community on all future additions and/or changes to the Dapr project. - -Please vote by adding a 👍 on the GitHub issues for the feature capabilities you would most like to see Dapr support. This will help the Dapr maintainers understand which features will provide the most value. - -Contributions from the community are always welcomed. If there are features on the proposals repo that you are interested in contributing to, please comment on the GitHub issue and include your solution proposal. +See [this document](https://github.com/dapr/community/blob/master/roadmap.md) to view the Dapr project's roadmap.