summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-01 09:27:16 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-01 09:27:16 +0200
commit951a82382762480b63c02f29a4132f1eefb40d94 (patch)
treeeb002f1fd22ead6e3773af081cc5ac709f3af4c7
parent9de632dfca04bd15bf1050342253822bb1017451 (diff)
downloadsubplot.liw.fi-951a82382762480b63c02f29a4132f1eefb40d94.tar.gz
drop: project roadmap, for now
-rw-r--r--index.mdwn1
-rw-r--r--roadmap-new.mdwn154
-rw-r--r--roadmap.mdwn157
3 files changed, 0 insertions, 312 deletions
diff --git a/index.mdwn b/index.mdwn
index d2b9e5e..11afb1a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -41,7 +41,6 @@ want to do it. You could help!
* [[Governance]] model
* [[Code of conduct|conduct]]
* [[Architecture]]
-* [[Road map|roadmap]]
* [[Definition of success|success]]
* [[Contributing]] to the project
* [[Contact]] the project
diff --git a/roadmap-new.mdwn b/roadmap-new.mdwn
deleted file mode 100644
index 7981524..0000000
--- a/roadmap-new.mdwn
+++ /dev/null
@@ -1,154 +0,0 @@
-[[!meta title="Road map"]]
-
-This is the road map for the Subplot project. It does not stretch very
-far, because predicting the future is difficult. This road map also
-doesn't give any dates, since we do not get paid for this. We will
-review the roadmap for every iteration.
-
-```roadmap
-testmuck:
- label: |
- Lars can use Subplot
- to test Muck
- depends:
- - first_two_users
- - fixes
-
-fixes:
- status: next
- label: Fix all known issues that are each fixable in one day
-
-first_two_users:
- status: next
- label: |
- Find first two users to use Subplot for real and gather feedback
- depends:
- - subplot_tests_itself
-
-subplot_tests_itself:
- status: finished
- label: |
- Subplot tests itself; the input language is specified and
- there are tests to verity Subplot implements it correctly
- depends:
- - website
- - docgen
- - codegen
-
-website:
- status: finished
- label: |
- Project website
- is updated by CI
- using Subplot Pandoc
- filter
- depends:
- - pandoc_filter
- - subplot_deb
-
-pandoc_filter:
- status: finished
- label: |
- Subplot provides
- a separate binary
- for use as a Pandoc
- filter
- depends:
- - docgen_roadmap
-
-docgen:
- status: finished
- label: |
- Docgen can produce
- PDF and HTML docs
- from Md, bindings
- using Pandoc
- depends:
- - docgen_roadmap
-
-docgen_dot:
- status: finished
- label: |
- Docgen can render
- code blocks with
- dot markup as SVG
-
-docgen_roadmap:
- status: finished
- label: |
- Docgen can render
- code blocks with
- roadmap markup as SVG
- depends:
- - roadmap_crate
- - docgen_dot
-
-roadmap_crate:
- status: finished
- label: |
- There is a production-ready
- crate for parsing roadmap
- markup and producing
- dot output
-
-subplot_deb:
- status: finished
- label: |
- CI produces .deb
- packages of Subplot
- depends:
- - pandoc_filter
-
-codegen:
- status: finished
- label: |
- Codegen can produce
- a test program in
- some language (Python
- or Rust)
-```
-
-# Roadmap legend
-
-```roadmap
-goal:
- label: |
- This is the end goal:
- if we reach here, there
- is nothing more to be
- done in the project
- depends:
- - finished
- - blocked
-
-finished:
- status: finished
- label: |
- This task is finished;
- the arrow indicates what
- follows this task (unless
- it's blocked)
-
-ready:
- status: ready
- label: |
- This task is ready
- to be done: it is not
- blocked by anything
-
-next:
- status: next
- label: |
- This task is chosen
- to be done next
-
-blocked:
- status: blocked
- label: |
- This task is blocked
- and can't be done until
- something happens
- depends:
- - ready
- - next
-```
diff --git a/roadmap.mdwn b/roadmap.mdwn
deleted file mode 100644
index b0b5444..0000000
--- a/roadmap.mdwn
+++ /dev/null
@@ -1,157 +0,0 @@
-[[!meta title="Road map"]]
-
-This is the road map for the Subplot project. It does not stretch very
-far, because predicting the future is difficult. This road map also
-doesn't give any dates, since we do not get paid for this. We will
-review the roadmap for every iteration.
-
-```roadmap
-testmuck:
- label: |
- Lars can use Subplot
- to test Muck
- depends:
- - more_changes
-
-more_changes:
- label: Identify more changes and requirements for Subplot
- depends:
- - first_volunteers
-
-first_volunteers:
- label: Find one or two colunteers to use Subplot for real for their own projects
- depends:
- - fix_chosen_issues
- - subplot_tests_itself
-
-fix_chosen_issues:
- status: next
- label: Fix issues chosen for the iteration starting 2020-02-08
-
-subplot_tests_itself:
- status: finished
- label: |
- Subplot tests itself; the input language is specified and
- there are tests to verity Subplot implements it correctly
- depends:
- - website
- - docgen
- - codegen
-
-website:
- status: finished
- label: |
- Project website
- is updated by CI
- using Subplot Pandoc
- filter
- depends:
- - pandoc_filter
- - subplot_deb
-
-pandoc_filter:
- status: finished
- label: |
- Subplot provides
- a separate binary
- for use as a Pandoc
- filter
- depends:
- - docgen_roadmap
-
-docgen:
- status: finished
- label: |
- Docgen can produce
- PDF and HTML docs
- from Md, bindings
- using Pandoc
- depends:
- - docgen_roadmap
-
-docgen_dot:
- status: finished
- label: |
- Docgen can render
- code blocks with
- dot markup as SVG
-
-docgen_roadmap:
- status: finished
- label: |
- Docgen can render
- code blocks with
- roadmap markup as SVG
- depends:
- - roadmap_crate
- - docgen_dot
-
-roadmap_crate:
- status: finished
- label: |
- There is a production-ready
- crate for parsing roadmap
- markup and producing
- dot output
-
-subplot_deb:
- status: finished
- label: |
- CI produces .deb
- packages of Subplot
- depends:
- - pandoc_filter
-
-codegen:
- status: finished
- label: |
- Codegen can produce
- a test program in
- some language (Python
- or Rust)
-```
-
-# Roadmap legend
-
-```roadmap
-goal:
- label: |
- This is the end goal:
- if we reach here, there
- is nothing more to be
- done in the project
- depends:
- - finished
- - blocked
-
-finished:
- status: finished
- label: |
- This task is finished;
- the arrow indicates what
- follows this task (unless
- it's blocked)
-
-ready:
- status: ready
- label: |
- This task is ready
- to be done: it is not
- blocked by anything
-
-next:
- status: next
- label: |
- This task is chosen
- to be done next
-
-blocked:
- status: blocked
- label: |
- This task is blocked
- and can't be done until
- something happens
- depends:
- - ready
- - next
-```