Skip to content

Commit

Permalink
Merge pull request #300 from una-auxme/298-Feature-Add-a-mermaid-Gant…
Browse files Browse the repository at this point in the history
…t-chart-for-paf24

298 feature add a mermaid gantt chart for paf24
  • Loading branch information
ll7 authored Sep 30, 2024
2 parents fddb9f7 + 5adaf56 commit 2213a20
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 2213a20

Please sign in to comment.