jaegertracing / documentation

Documentation/website for the Jaeger Distributed Tracing project.
https://jaegertracing.io/
Apache License 2.0
68 stars 164 forks source link

Refresh Roadmap #779

Closed yurishkuro closed 4 days ago

yurishkuro commented 5 days ago

Do we even want to keep the Roadmap page as is? The alternative could be to create issues in the main repo and group them in a Roadmap project board and be careful with not adding icebox items there, only high likelihood topics. The Roadmap page can just point to the board. The downside is that it's harder to read details / TLDR on the board (perhaps we could auto-gen it from the board).

cc @jkowall

yurishkuro commented 5 days ago

https://github.com/orgs/jaegertracing/projects/4/views/1?layout=board

project id PVT_kwDOAbOSPM4AsVRG

gh api graphql -f query='
  query{
    organization(login: "jaegertracing") {
      projectsV2(first: 20) {
        nodes {
          id
          title
        }
      }
    }
  }'