generated from ConductionNL/product-website-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
bbd9db7
commit da5a000
Showing
5 changed files
with
146 additions
and
48 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@startuml | ||
title Integratie op bronnen | ||
|
||
' User Interface Component | ||
interface "Een of meerdere afnemers" as Afnemer | ||
|
||
' Backend Components | ||
component "Integratie" as Integratie | ||
component "Zaaksysteem" as Zaaksysteem | ||
component "CMS" as CMS | ||
component "Raads informatie systeem" as Raadsinfo | ||
component "eDepot" as eDepot | ||
component "DMS" as DMS | ||
component "VTH" as VTH | ||
|
||
' Relationships | ||
Afnemer -down-> Integratie : Directly connected | ||
Integratie -down-> CMS : Scrapes periodically\nUses as source | ||
Integratie -down-> Zaaksysteem : Scrapes periodically\nUses as source | ||
Integratie -down-> Raadsinfo : Scrapes periodically\nUses as source | ||
Integratie -down-> eDepot : Scrapes periodically\nUses as source | ||
Integratie -down-> DMS : Scrapes periodically\nUses as source | ||
Integratie -down-> VTH : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
CMS -up-> Integratie : Notifies of changes or deletes | ||
Zaaksysteem -up-> Integratie : Notifies of changes or deletes | ||
|
||
@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startuml | ||
title Losse frontend met integratie | ||
|
||
' User Interface Component | ||
interface "Open Webconcept Website" as Website | ||
interface "Koop Harvester" as Harvester | ||
interface "API" as Api | ||
|
||
' Backend Components | ||
component "Open Webconcept CMS" as CMS | ||
component "Integratie" as Integratie | ||
component "Bronnen" as Bronnen | ||
|
||
' Relationships | ||
API -down-> Integratie : Directly connected | ||
Website -down-> Integratie : Directly connected | ||
Integratie -down-> Bronnen : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
CMS -up-> Integratie : Notifies of changes or deletes | ||
Zaaksysteem -up-> Integratie : Notifies of changes or deletes | ||
|
||
@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@startuml | ||
title Open Webconcept met integratie | ||
|
||
' User Interface Component | ||
interface "Open Webconcept Website" as Website | ||
interface "Koop Harvester" as Harvester | ||
interface "API" as Api | ||
|
||
' Backend Components | ||
component "Open Webconcept CMS" as CMS | ||
component "Integratie" as Integratie | ||
component "Zaaksysteem" as Zaaksysteem | ||
|
||
' Relationships | ||
API -down-> Integratie : Directly connected | ||
Website -down-> Integratie : Directly connected | ||
Harvester -down-> Integratie : Generated from | ||
Integratie -down-> CMS : Scrapes periodically\nUses as source | ||
Integratie -down-> Zaaksysteem : Scrapes periodically\nUses as source | ||
Integratie -down-> Raadsinfo : Scrapes periodically\nUses as source | ||
Integratie -down-> eDepot : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
CMS -up-> Integratie : Notifies of changes or deletes | ||
Zaaksysteem -up-> Integratie : Notifies of changes or deletes | ||
|
||
@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@startuml | ||
title Open Webconcept zonder integratie | ||
|
||
' User Interface Component | ||
interface "Open Webconcept Website" as Website | ||
|
||
' Backend Components | ||
component "Open Webconcept CMS" as CMS | ||
|
||
' Relationships | ||
Website -down-> CMS : Directly connected | ||
|
||
@enduml |