diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f4d49ef..a847511 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "Algo/Séminaire/Chapter 5 - Recursivity.md", + "file": "Methodologie/Gestion.md", "mode": "source", "source": false } @@ -81,8 +81,7 @@ } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "right": { "id": "b83c16dd7908c658", @@ -98,7 +97,7 @@ "state": { "type": "backlink", "state": { - "file": "Algo/Séminaire/Chapter 5 - Recursivity.md", + "file": "Methodologie/Gestion.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +114,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Algo/Séminaire/Chapter 5 - Recursivity.md", + "file": "Methodologie/Gestion.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +137,7 @@ "state": { "type": "outline", "state": { - "file": "Algo/Séminaire/Chapter 5 - Recursivity.md" + "file": "Methodologie/Gestion.md" } } }, @@ -171,9 +170,11 @@ }, "active": "0d2d422aa24bb900", "lastOpenFiles": [ + "Algo/Séminaire/Chapter 5 - Recursivity.md", + "Methodologie/Gestion.md", + "Methodologie", "Algo/Séminaire/Chapter 4 - A bit of imperative.md", "Algo/Séminaire/Chapter 3 - Case analysis.md", - "Algo/Séminaire/Chapter 5 - Recursivity.md", "Algo/Séminaire/Exercices seminaire.md", "Algo/Séminaire/Introduction.md", "Algo/Séminaire/Chapter 2 - Functions.md", diff --git a/Methodologie/Gestion.md b/Methodologie/Gestion.md new file mode 100644 index 0000000..0e26159 --- /dev/null +++ b/Methodologie/Gestion.md @@ -0,0 +1,21 @@ + +| |DQ|PE|DE| +|:----:|:----:|:----:|:----:| +|1|25%| | | +|2| |75%| | +|3| | | | +*DQ = Distance Quotidien ; PE = Présentiel EPITA ; DE = Distance à EPITA* + +# SMART +**S**pécifique **M**esurable **A**tteignable **R**ationnel **T**emporel + +Le specifique c'est 5 catégorie différentes qui répondent à ce que nous sommes. +Le mesurable c'est pas l'atteignable. Le mesurable c'est les solutions. +Le réalisme c'est ce qui est quantitif, qu'on peut mesurer. + +Eisenhower considère qu'il y a 4 taches : T1, T2, T3, T4 +- T1 : important et urgent +- T2 : non important et urgent +- T3 : important et non urgent +- T4 : non important et non urgent +La méthode d'Eisenhower fait toujours passer l'urgent avant l'important \ No newline at end of file