From 5adaf56969050fc6f025d38a3c3c4145df8b5dc2 Mon Sep 17 00:00:00 2001 From: ll7 Date: Mon, 30 Sep 2024 15:58:02 +0200 Subject: [PATCH] feat: Add PAF24 Gantt Chart --- doc/08_dev_talks/paf24/mermaid_paf24.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/08_dev_talks/paf24/mermaid_paf24.md diff --git a/doc/08_dev_talks/paf24/mermaid_paf24.md b/doc/08_dev_talks/paf24/mermaid_paf24.md new file mode 100644 index 00000000..4714628b --- /dev/null +++ b/doc/08_dev_talks/paf24/mermaid_paf24.md @@ -0,0 +1,19 @@ +# PAF24 Gantt Chart + +```mermaid +gantt +title PAF24 Gantt Chart +dateFormat YYYY-MM-DD +axisFormat %m-%d +excludes weekends +%% a comment +%% docs https://mermaid.js.org/syntax/gantt.html + + +Introduction: 2024-10-14, 1d +ROS Tutorial: 2024-10-15, 4d +PAF24 and ROS Introduction: 2024-10-21, 1d +PAF24 Coding: 2024-10-22, 4d +PAF24 Sprint Planning: s0, 2024-10-28, 5d +PAF24 Sprint 1: s1, after s0, 5d +```