Skip to content

Commit

Permalink
Decouple event and event series
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Feb 6, 2024
1 parent 59304d4 commit e9cdbbc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@

"Publication_Channel" <|-- "Repository"

"Textual_Document" *-r- "0..1" "Publication_Channel" : published via channel >
"Textual_Document" --> "0..1" "Publication_Channel" : published via channel >

!endsub

Expand Down Expand Up @@ -326,6 +326,14 @@
!startsub Event
class "Event" #ffffff {
}

class "Event_Series" #ffffff {
}

Event --> "0..1" "Event_Series"

Event --> "0..*" "Event" : collocated with >

!endsub

!startsub Contribution_Statement
Expand Down

0 comments on commit e9cdbbc

Please sign in to comment.