mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-01-18 16:47:24 +01:00
Obisidian vault auto-backup: 06-11-2024 15:25:40 on .4
This commit is contained in:
18
.obsidian/plugins/obsidian-git/data.json
vendored
18
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 0,
|
||||
"commitMessage": "Obisidian vault manual backup: {{date}} on {{hostname}}.{{numFiles}}",
|
||||
"commitDateFormat": "DD-MM-YYYY HH:mm:ss",
|
||||
"autoSaveInterval": 10,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
"autoPullInterval": 10,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
@@ -12,7 +12,7 @@
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"syncMethod": "rebase",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
@@ -23,7 +23,7 @@
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
@@ -50,9 +50,9 @@
|
||||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"gutterSpacingFallbackLength": 13,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "vault backup: {{date}}"
|
||||
"autoCommitMessage": "Obisidian vault auto-backup: {{date}} on {{hostname}}.{{numFiles}}"
|
||||
}
|
||||
19
.obsidian/workspace.json
vendored
19
.obsidian/workspace.json
vendored
@@ -19,6 +19,19 @@
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9d4539dc8395f9e7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "README.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -162,10 +175,11 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "622da1d4e0ba0f73",
|
||||
"active": "da4017e2068b8f8f",
|
||||
"lastOpenFiles": [
|
||||
"ISEN/Template/Daily {{date}}.md",
|
||||
"README.md",
|
||||
"ISEN/FHS/CIPA3/Gestion de projet/Gestion de projet Cours 1.md",
|
||||
"ISEN/Template/Daily {{date}}.md",
|
||||
"ISEN/Réseau/A2/CCNA Cours 5.md",
|
||||
"ISEN/Réseau/A2/CCNA Cours 4.md",
|
||||
"ISEN/Réseau/A2/CCNA Cours 3.md",
|
||||
@@ -201,7 +215,6 @@
|
||||
"ISEN/FHS/A2/Identité Numérique/Identité Numérique Cours 6.md",
|
||||
"ISEN/FHS/A2/Identité Numérique/Identité Numérique Cours 5.md",
|
||||
"ISEN/FHS/A2/Identité Numérique/Identité Numérique Cours 3.md",
|
||||
"ISEN/FHS/A2/Identité Numérique/Identité Numérique Cours 2.md",
|
||||
"ISEN/Modelec/NB point.canvas",
|
||||
"ISEN/Réseau/A2/TP Ansible et docker.canvas",
|
||||
"Untitled.canvas",
|
||||
|
||||
@@ -64,6 +64,10 @@ Comment concevoir une nouvelle voiture. Comment organiser le travail ?
|
||||
7. Planification des tâches dans le temps
|
||||
8. Execution et suivi des tâches
|
||||
9. Tester les livrables (qualifications, test automatiser et verification de la validation du cahier des charges)
|
||||
To do: Ajouter diagram du cour sur le processus de mise en place simplifié
|
||||
### Le référentiel
|
||||
Objectif technique: répondre à un besoin fonctionnel spécifique tout en respectant les contraintes
|
||||
Objectif de coût: respecter le coût du produit final tout en contrôlant le budget
|
||||
|
||||
## Gérer un projet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user