-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd0def2
commit 1054ad1
Showing
5 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@startuml | ||
robust "Transport" as T | ||
robust "Portail Jeune" as PJE | ||
robust "Guides des Aides" as GDA | ||
|
||
@1 | ||
T is "Définition Besoin" | ||
|
||
@2 | ||
T is "Réalisation" | ||
|
||
@3 | ||
T is "Qualification" | ||
|
||
@4 | ||
T is "Mise en production" | ||
PJE is "Définition Besoin" | ||
|
||
@5 | ||
T is "Bug production" | ||
PJE is "Réalisation" | ||
|
||
@6 | ||
T is "Correctif" | ||
PJE is "Qualification" | ||
|
||
@7 | ||
T is "Mise en production" | ||
PJE is "Mise en production" | ||
|
||
@8 | ||
T is "Définition Besoin" | ||
GDA is "Définition Besoin" | ||
|
||
@9 | ||
T is "Réalisation" | ||
GDA is "Réalisation" | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters