Skip to content

Commit

Permalink
Add relations between project and its part(parent child relation), an…
Browse files Browse the repository at this point in the history
…d funding in the plant uml diagram (#26)
  • Loading branch information
chenejac committed May 27, 2024
1 parent 3a02c83 commit bfe729f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
}
!endsub

!startsub Project
"Project" "1 part of" <..> "0..* parts" "Project"
!endsub

!startsub Event
class "Event" #ffffff {
}
Expand Down Expand Up @@ -801,7 +805,12 @@
end_date_inclusive : Boolean
}
"Activity" ..> "Date_Range"
"Activity" "0..*" --- "0..*" "Funding" : covers <
!endsub

!startsub Funding
"Activity" "0..* covers" <---> "0..* funded by" "Funding"
"Project" "0..* covers" <---> "0..* funded by" "Funding"
!endsub


@enduml

0 comments on commit bfe729f

Please sign in to comment.