From e969cd479cdf82f01ba2d2ce1e1b3037841b6469 Mon Sep 17 00:00:00 2001
From: CARNEIRO--GILLET Alexandre
 <alexandre.carneiro-gillet@imt-atlantique.net>
Date: Tue, 1 Apr 2025 08:18:30 +0200
Subject: [PATCH] ajout gantt.puml

---
 Autre/gantt.puml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 Autre/gantt.puml

diff --git a/Autre/gantt.puml b/Autre/gantt.puml
new file mode 100644
index 0000000..0c5abad
--- /dev/null
+++ b/Autre/gantt.puml
@@ -0,0 +1,33 @@
+@startgantt
+
+Language fr
+hide footbox
+Project starts 2025-02-04
+
+
+today is colored in grey
+
+
+
+[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days
+
+
+[Capteur autonome] as [C2] starts 2025-02-20 and ends at [C1]'s end
+[Document de cadrage] happens 2025-02-23
+
+[Capteur autonome suite] as [C2s] starts at [C2]'s end and requires 17 days
+[C2s] displays on same row as [C2]
+
+[GW V2] starts 2025-02-20 and requires 40 days
+[GW custom] starts 2025-02-20 and requires 40 days
+
+[Integration] as [I] starts 2025-03-22 and ends 2025-04-12
+
+[Revue de projet] happens 2025-03-27
+
+[Qualifier le système] starts at [I]'s end and requires 2 weeks
+
+[Recette du projet] happens 2025-05-23
+
+
+@endgantt
\ No newline at end of file
-- 
GitLab