master-wiki/notes/coping mechanisms/free time.md

17 lines
360 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```mermaid
flowchart TB
A([Free time]) --> B{Energy level?}
B-- Low --> C{Mentally fatigue?}
B-- Middle --> D{Want to be productive?}
B-- High ---> E(["`Work on _doing_ of some project`"])
C-- Yes --> G([Watch something])
C-- No --> F([Read])
C-- A little --> H
D-- No -->H([Play])
D-- Yes -->I([Update docs])
D-- Yes -->J(["ˋTackle _read later_ˋ"])
```