diff --git a/docs/workflow/task-workflow/02-merging-and-completing.md b/docs/workflow/task-workflow/02-merging-and-completing.md index 3aff22c..d16f964 100644 --- a/docs/workflow/task-workflow/02-merging-and-completing.md +++ b/docs/workflow/task-workflow/02-merging-and-completing.md @@ -57,6 +57,10 @@ and used the aspose-cells library for the file generation. Tested with datasets of up to 10,000 rows. ``` +![Task Comment](img/3.png) + ## Step 14 — Stop the Timer Stop your timer. The task is complete. + +![Timer Stop](img/4.png) diff --git a/docs/workflow/task-workflow/img/1.png b/docs/workflow/task-workflow/img/1.png new file mode 100644 index 0000000..af482de Binary files /dev/null and b/docs/workflow/task-workflow/img/1.png differ diff --git a/docs/workflow/task-workflow/img/2.png b/docs/workflow/task-workflow/img/2.png new file mode 100644 index 0000000..1cda1a7 Binary files /dev/null and b/docs/workflow/task-workflow/img/2.png differ diff --git a/docs/workflow/task-workflow/img/3.png b/docs/workflow/task-workflow/img/3.png new file mode 100644 index 0000000..98d3fcd Binary files /dev/null and b/docs/workflow/task-workflow/img/3.png differ diff --git a/docs/workflow/task-workflow/img/4.png b/docs/workflow/task-workflow/img/4.png new file mode 100644 index 0000000..324be38 Binary files /dev/null and b/docs/workflow/task-workflow/img/4.png differ diff --git a/docs/workflow/task-workflow/index.md b/docs/workflow/task-workflow/index.md index 806aef0..cfaced6 100644 --- a/docs/workflow/task-workflow/index.md +++ b/docs/workflow/task-workflow/index.md @@ -23,11 +23,15 @@ The team uses a **rebase-then-merge** workflow. Each task is developed in isolat - Read the task carefully, including any comments or attachments. - Make sure you understand the requirements before starting. If anything is unclear, ask before writing any code. +![Task Description](img/1.png) + ## Step 2 — Start the Timer - Start your timer as soon as you begin working on the task. - The timer should reflect actual working time on the task, so start it now and not before you have read and understood it. +![Timer Start](img/2.png) + ## Step 3 — Update Your Local `dev` Branch Before creating your feature branch, make sure your local `dev` is up to date: diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/02-merging-and-completing.md b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/02-merging-and-completing.md index 3f2a914..8818c6f 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/02-merging-and-completing.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/02-merging-and-completing.md @@ -57,6 +57,10 @@ et utilisation de la bibliothèque aspose-cells pour la génération du fichier. Testé avec des jeux de données allant jusqu'à 10 000 lignes. ``` +![Task Comment](img/3.png) + ## Étape 14 — Arrêter le Chronomètre Arrêtez votre chronomètre. La tâche est terminée. + +![Timer Stop](img/4.png) diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/1.png b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/1.png new file mode 100644 index 0000000..af482de Binary files /dev/null and b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/1.png differ diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/2.png b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/2.png new file mode 100644 index 0000000..1cda1a7 Binary files /dev/null and b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/2.png differ diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/3.png b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/3.png new file mode 100644 index 0000000..98d3fcd Binary files /dev/null and b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/3.png differ diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/4.png b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/4.png new file mode 100644 index 0000000..324be38 Binary files /dev/null and b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/img/4.png differ diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/index.md b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/index.md index 62ed2d7..a26773a 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/index.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/workflow/task-workflow/index.md @@ -23,11 +23,15 @@ L'équipe utilise un workflow de type **rebase-then-merge** (rebasage puis fusio - Lisez attentivement la tâche, y compris les commentaires ou les pièces jointes. - Assurez-vous de bien comprendre les exigences avant de commencer. Si quelque chose n'est pas clair, demandez avant d'écrire du code. +![Task Description](img/1.png) + ## Étape 2 — Lancer le Chronomètre - Lancez votre chronomètre dès que vous commencez à travailler sur la tâche. - Le chronomètre doit refléter le temps de travail réel sur la tâche, alors lancez-le maintenant et non avant d'avoir lu et compris le ticket. +![Timer Start](img/2.png) + ## Étape 3 — Mettre à Jour votre Branche `dev` Locale Avant de créer votre branche de fonctionnalité, assurez-vous que votre branche `dev` locale est à jour :