diff --git a/Autre/gantt.puml b/Autre/gantt_final.puml similarity index 65% rename from Autre/gantt.puml rename to Autre/gantt_final.puml index f4315a7acd105aaa06052e09d5ccc720929dc301..3223854c965a62406ee8aa25b48a806b9d3c86e7 100644 --- a/Autre/gantt.puml +++ b/Autre/gantt_final.puml @@ -1,5 +1,6 @@ @startgantt Diagramme de Gantt projet Pronto +projectscale weekly zoom 2.2 Language fr hide footbox Project starts 2025-02-04 @@ -11,7 +12,7 @@ Project starts 2025-02-04 $today is colored in grey -[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days and is 80% completed +[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days and is 100% completed [Capteur autonome] as [C2] starts 2025-02-20 and ends at [C1]'s end @@ -20,14 +21,14 @@ $today is colored in grey [Capteur autonome suite] as [C2s] starts at [C2]'s end and requires 17 days [C2s] displays on same row as [C2] and is 90% completed -[GW V2] starts 2025-02-20 and requires 40 days and is 90% completed -[GW custom] starts 2025-02-20 and requires 40 days and is 40% completed +[GW V2] starts 2025-02-20 and requires 40 days and is 100% completed +[GW custom] starts 2025-02-20 and requires 40 days and is 100% completed -[Integration] as [I] starts 2025-03-22 and ends 2025-04-12 and is 5% completed +[Integration] as [I] starts 2025-03-22 and ends 2025-04-12 and is 85% completed [Revue de projet] happens 2025-03-27 -[Qualifier le système] starts at [I]'s end and requires 2 weeks and is 0% completed +[Qualifier le système] as [Q] starts at [I]'s end and requires 2 weeks and is 25% completed [Recette du projet] happens 2025-05-23 @@ -35,13 +36,20 @@ $today is colored in grey [Capteur autonome (deadline dépassée)] as [C2sb] starts at [C2s]'s end and ends $today [C2sb] displays on same row as [C2s] and is colored in IndianRed/DarkRed -[GW V2 (deadline dépassée)] as [GW2b] starts at [GW V2]'s end and ends $today +[GW V2 (deadline dépassée)] as [GW2b] starts at [GW V2]'s end and ends 2025-05-06 [GW2b] displays on same row as [GW V2] and is colored in IndianRed/DarkRed -[GW custom (deadline dépassée)] as [GWCb] starts at [GW custom]'s end and ends $today +[GW custom (deadline dépassée)] as [GWCb] starts at [GW custom]'s end and ends 2025-05-06 [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 +[Capteur V1 (deadline dépassée)] as [C1b] starts at [C1]'s end and ends 2025-05-20 [C1b] displays on same row as [C1] and is colored in IndianRed/DarkRed +[Intégration (deadline dépassée)] as [Ib] starts at [I]'s end and ends $today +[Ib] displays on same row as [I] and is colored in IndianRed/DarkRed + +[Qualifier le système (deadline dépassée)] as [Qb] starts at [Q]'s end and ends $today +[Qb] displays on same row as [Q] and is colored in IndianRed/DarkRed + + @endgantt \ No newline at end of file diff --git "a/Autre/gantt_interm\303\251diaire.puml" "b/Autre/gantt_interm\303\251diaire.puml" new file mode 100644 index 0000000000000000000000000000000000000000..baf8202f7027063e0b41d62c2a3cb281cd4eb7a5 --- /dev/null +++ "b/Autre/gantt_interm\303\251diaire.puml" @@ -0,0 +1,35 @@ +@startgantt Diagramme de Gantt projet Pronto + +projectscale weekly zoom 2.2 +Language fr +hide footbox +Project starts 2025-02-04 + + + +today is 2025-03-25 +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] as [Q] starts at [I]'s end and requires 2 weeks + +[Recette du projet] happens 2025-05-23 + + +@endgantt \ No newline at end of file