summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-31 12:10:11 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-31 12:10:11 +0200
commit42008283a6ea4258e2aa550dca274138d5d43319 (patch)
tree21a23e38d8a5be11b3639085477037ba725f5ea9
parentd5ec55266213d71ff129b69453f32a71485895bc (diff)
downloadeffireg-website-42008283a6ea4258e2aa550dca274138d5d43319.tar.gz
Add: legend to roadmap page
-rw-r--r--roadmap.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 0d57c08..ac8884e 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -88,3 +88,32 @@
logs them in
@endroadmap
+
+# Legend
+
+ @startroadmap
+ goal:
+ label: "This is the end goal"
+ status: goal
+ depends:
+ - notready
+
+ notready:
+ label: "Something else must be done first"
+ depends:
+ - ready
+ - next
+ - done
+
+ ready:
+ label: "Doable, not chosen for the current iteration"
+
+ next:
+ label: "Chosen for the current iteration"
+ status: next
+
+ done:
+ label: "Finished"
+ status: finished
+
+ @endroadmap