18 lines
377 B
Markdown
18 lines
377 B
Markdown
```mermaid
|
|
|
|
gantt
|
|
title Project time track
|
|
dateFormat YYYY-MM-DD
|
|
|
|
section Section
|
|
poc :poc, 2024-08-30, 3d
|
|
code android :android, after poc, 30d
|
|
code admin panel :admin, after android, 30d
|
|
code ios :after admin, 30d
|
|
|
|
section Another
|
|
Task in Another :2024-08-30, 12d
|
|
another task :24d
|
|
|
|
```
|