From b7d493ee2c6c50550e7515bd46df59f4effd9fa1 Mon Sep 17 00:00:00 2001 From: CARNEIRO--GILLET Alexandre <alexandre.carneiro-gillet@imt-atlantique.net> Date: Tue, 1 Apr 2025 10:50:34 +0200 Subject: [PATCH] =?UTF-8?q?fin=20m=C3=A0j=20gantt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autre/gantt.puml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Autre/gantt.puml b/Autre/gantt.puml index 8df1a2b..f4315a7 100644 --- a/Autre/gantt.puml +++ b/Autre/gantt.puml @@ -11,7 +11,7 @@ Project starts 2025-02-04 $today is colored in grey -[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days +[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days and is 80% completed [Capteur autonome] as [C2] starts 2025-02-20 and ends at [C1]'s end @@ -41,4 +41,7 @@ $today is colored in grey [GW custom (deadline dépassée)] as [GWCb] starts at [GW custom]'s end and ends $today [GWCb] displays on same row as [GW custom] and is colored in IndianRed/DarkRed +[Capteur V1 (deadline dépassée)] as [C1b] starts at [C1]'s end and ends $today +[C1b] displays on same row as [C1] and is colored in IndianRed/DarkRed + @endgantt \ No newline at end of file -- GitLab