Skip to content

Commit

Permalink
feat: Add PAF24 Gantt Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Sep 30, 2024
1 parent 971bfbf commit 5adaf56
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/08_dev_talks/paf24/mermaid_paf24.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 5adaf56

Please sign in to comment.