From 472e58b20322c02801a6d1e93560b1cfab8e761c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 20 Nov 2023 22:30:56 -0800 Subject: [PATCH] Update roadmap --- .github/workflows/main.yml | 2 +- content/roadmap/index.html | 239 +++++++++++++++++++++++++++++++++++-- scripts/roadmap.tmpl | 4 +- 3 files changed, 234 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63c9e1015a..159087c200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: run: mkdir -p static/api/development && curl https://raw.githubusercontent.com/owncast/owncast/master/doc/api/index.html > static/api/development/index.html - name: Generate project roadmap - run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 24 > ../content/roadmap/index.html + run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 25 > ../content/roadmap/index.html - name: Commit changes diff --git a/content/roadmap/index.html b/content/roadmap/index.html index 5459d0374c..2d8136b13c 100644 --- a/content/roadmap/index.html +++ b/content/roadmap/index.html @@ -24,23 +24,190 @@
-

Current Milestone: v0.1.2

- There are 0 open issues left to be - addressed, with 30 previously +

Current Milestone: v0.1.3 - Incremental update

+ There are 8 open issues left to be + addressed, with 0 previously completed and closed. - View more details and interact with this milestone on Github.

Overview and Goals

-

Another incremental release with bug fixes.

- +

In Progress

These items are assigned to a person and are being worked on.

To Do

@@ -48,6 +215,62 @@

To Do

completed for a release to take place. @@ -57,11 +280,11 @@

To Do

-

v0.1.2 More smaller updates & bug fixes

+

v0.1.3 More smaller updates & bug fixes

With all the big changes lately more, smaller, releases for bug fixes and addressing feedback are needed as we prepare for larger, new, features. - See milestone.

diff --git a/scripts/roadmap.tmpl b/scripts/roadmap.tmpl index 918cc8e30d..9b643be7bf 100644 --- a/scripts/roadmap.tmpl +++ b/scripts/roadmap.tmpl @@ -95,11 +95,11 @@ tags: ["roadmap", "planning", "features", "releases"]
-

v0.1.2 More smaller updates & bug fixes

+

v0.1.3 More smaller updates & bug fixes

With all the big changes lately more, smaller, releases for bug fixes and addressing feedback are needed as we prepare for larger, new, features. - See milestone.