diff --git a/Autre/gantt.puml b/Autre/gantt.puml index 8df1a2b70b8da6b03c5a2c16cc6a4437f496696f..f4315a7acd105aaa06052e09d5ccc720929dc301 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