jbonofre commented on code in PR #1043: URL: https://github.com/apache/polaris/pull/1043#discussion_r1965454073
########## site/content/community/proposals.adoc: ########## @@ -17,40 +17,27 @@ # specific language governing permissions and limitations # under the License. # -linkTitle: 'Proposals' -title: 'Apache Polaris Proposals' +linkTitle: 'Proposals & Roadmap' +title: 'Apache Polaris Proposals & Roadmap' weight: 200 type: docs -# TODO remove when adding the first proposal -toc_hide: true +toc_hide: false hide_summary: true --- -== Active Proposals +== Proposals -[cols="4,2,4,4"] -|=== -| Topic | Date Created | Proposal Document | Dev-list discussion +* [Active](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20label%3Aproposal) +* [Past](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aclosed%20label%3Aproposal) -| Sample topic placeholder -| 2024/09/06 -| Link to Google Doc -| Link to dev-mailing list discussion -|=== +== Polaris Roadmap - -== Previous Proposals - - -[cols="4,2,4,4,2"] -|=== -| Topic | Date Created | Proposal Document | Dev-list discussion + vote | Resolution - -| Sample topic placeholder -| 2024/09/06 -| Link to Google Doc -| Link to dev-mailing list discussion -| Accepted - -|=== +* [Discussed Roadmap](https://github.com/apache/polaris/discussions/1028) +* [Kanban Board](https://github.com/orgs/polaris-catalog/projects/1) +* [1.0.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.0.0) +* [1.1.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.1.0) +* [1.2.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.2.0) +* [1.3.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.3.0) +* [1.4.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.4.0) +* [1.5.0 Details](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.5.0) Review Comment: Yes, good comment. I was hesitating about that. You convinced me, let me clean this part. -- 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]
