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 +```