28 lines
506 B
Markdown
28 lines
506 B
Markdown
---
|
|
tags: time
|
|
---
|
|
|
|
# time tracking
|
|
|
|
T.B.A.
|
|
|
|
```mermaid
|
|
gantt
|
|
title A Gantt Diagram
|
|
dateFormat YYYY-MM-DD
|
|
section Section
|
|
A task :a1, 2014-01-01, 30d
|
|
Another task :after a1, 20d
|
|
section Another
|
|
Task in Another :2014-01-12, 12d
|
|
another task :24d
|
|
```
|
|
|
|
---
|
|
|
|
## TODOs of the project
|
|
|
|
- [cms TODO](../../../002_source/cms/TODO.md)
|
|
- [ionic TODO](../../../002_source/ionic_mobile/TODO.md)
|
|
- [pocketbase TODO](../../../002_source/pocketbase/TODO.md)
|