summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-09 12:07:53 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-09 12:07:53 +0300
commit76510bf98cbe70bc44b6d929fc0e54ec4595a088 (patch)
tree76309d4191f762fdd1b7bc66ac93ec1cdac50cde /roadmap.mdwn
parentbbbf3a1e19c5dbc45f4f6b2a4269e6b5b50889e2 (diff)
downloadsubplot.liw.fi-76510bf98cbe70bc44b6d929fc0e54ec4595a088.tar.gz
Add: roadmap legend
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn43
1 files changed, 42 insertions, 1 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 06d0cdf..2b56ee9 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -39,4 +39,45 @@ codegen:
# Roadmap legend
-FIXME: This needs to be written.
+```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
+```