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.
Merge pull request #307 from ConductionNL/main
Main to development
- Loading branch information
Showing
18 changed files
with
362 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,11 @@ on: | |
permissions: | ||
contents: write | ||
|
||
# Lets cheat and use open catalogi for now | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Create an Open Catalogi page | ||
- name: Create the Product Page | ||
uses: OpenCatalogi/[email protected] | ||
with: | ||
github_repository_name_as_prefix: false | ||
|
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 |
---|---|---|
|
@@ -5,12 +5,14 @@ | |
> | ||
> Meer weten over deze oplossing? Dat kan! Hiervoor hebben we een apart [Slack kanaal](https://samenorganiseren.slack.com/archives/C067Q3UE9F0) binnen Common Ground. We helpen je daar graag verder. Uiteraard kan je ook altijd mailen naar [[email protected]](mailto:[email protected]) | ||
> | ||
> Tevens worden vanuit de aangesloten leveranciers worden regelmatig webinars georganiseerd. | ||
> - [10 April 10:00 | Community Meeting](https://www.linkedin.com/events/openwoo-appcommunitymeetingapri7173404269205770241/comments/). | ||
> - [25 Maart 13:13 | Webinar Sim-Groep](https://www.simgroep.nl/toekomstbestendige-woo-oplossing) | ||
> Tevens worden vanuit de aangesloten leveranciers worden regelmatig webinars georganiseerd. | ||
> | ||
> - [8 Mei 13:00 | Community Meeting](https://www.linkedin.com/events/openwoo-appcommunitymeetingmei7184090446346768385/comments/). | ||
> | ||
> Terug kijken afgelopen webinars en meetings? | ||
> | ||
> - [10-04-2024 | Community Meeting](https://www.youtube.com/watch?v=zMqElLzy0BM). | ||
> - [25-03-2024 | Sim-Groep Webinar](https://www.simgroep.nl/toekomstbestendige-woo-oplossing) | ||
> - [13-03-2024 | Community Meeting](https://www.youtube.com/watch?v=TNZghskRu5c). | ||
> - [14-02-2024 | Community meeting](https://www.youtube.com/watch?v=ri5U8x-lsxo) | ||
> - [30-01-2024 | OpenGemeente Woobinar](https://vimeo.com/909134953) | ||
|
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,43 @@ | ||
@startuml | ||
title Commonground | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
actor "KOOP" as KOOP #cce5ff | ||
actor "WOOGLE" as WOOGLE #cce5ff | ||
interface "Website" AS Website #1abc9c | ||
interface "Thema site" as Themasite #1abc9c | ||
interface "Zoek pagina" as Searchsite #1abc9c | ||
} | ||
|
||
' Services(Laag 4) | ||
frame "Services" { | ||
process "OpenWoo Service" as OWS #1abc9c | ||
} | ||
|
||
' Integratie (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #1abc9c | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "API" { | ||
component "Bronnen" as Bronnen #cce5ff | ||
} | ||
|
||
' Relationships | ||
KOOP -down-> OI : Indexeerd (XML Sitemap) | ||
WOOGLE -down-> OI : Indexeerd (API) | ||
Website -down-> OI : Bevraagd (API) | ||
Themasite -down-> OI : Bevraagd (API) | ||
Searchsite -down-> OI : Bevraagd (API) | ||
OWS ..> OI: Slaat op in | ||
|
||
OWS -down-> Bronnen : Scrapes periodically\nUses as source | ||
|
||
' Notifications | ||
Bronnen -up-> OWS : 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,47 @@ | ||
@startuml | ||
title Samenwerking OpenWoo.app en Datamask | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
|
||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
actor "KOOP" as KOOP #008b6C | ||
actor "WOOGLE" as WOOGLE #008b6C | ||
interface "Website" AS Website #008b6C | ||
interface "Publicatie pagina" as PublicatiePagina #F16E06 | ||
} | ||
|
||
|
||
|
||
' Integratie (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #008b6C | ||
component "Federatieve Connectie" as FCS #008b6C | ||
process "OpenWoo Service" as OWS #008b6C | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "API" { | ||
database "Datamask" as DatamaskDB #F16E06 | ||
} | ||
|
||
frame "Legenda" { | ||
component "OpenWoo.app" #008b6C | ||
component "Datamask" #F16E06 | ||
|
||
|
||
|
||
} | ||
|
||
OWS <-- DatamaskDB: Woo verzoeken | ||
OWS ..> OI: Slaat op in | ||
|
||
FCS --> OI : Bevraagd | ||
|
||
KOOP -down-> FCS : Indexeerd (XML Sitemap) | ||
WOOGLE -down-> FCS : Indexeerd (API) | ||
Website -down-> OI : Bevraagd (API) | ||
PublicatiePagina -down-> OI : Bevraagd (API) | ||
|
||
@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 |
---|---|---|
@@ -1,25 +1,41 @@ | ||
@startuml | ||
title Federatie | ||
|
||
' User Interface Component | ||
interface "Landelijke API" as Api #1abc9c | ||
|
||
' Backend Components | ||
component "NLX/FSC/FDS" as NLX #cce5ff | ||
component "Motorblok" as Org1 #1abc9c | ||
component "Motorblok" as Org2 #1abc9c | ||
component "Motorblok" as Org3 #1abc9c | ||
component "Bronnen" as BronnenOrg1 #cce5ff | ||
component "Bronnen" as BronnenOrg2 #cce5ff | ||
component "Bronnen" as BronnenOrg3 #cce5ff | ||
frame "Landelijke voorziening 1" { | ||
interface "Koophulpje" as KOOP #1abc9c | ||
component "Landelijke API" as Api #1abc9c | ||
component "NLX Outway" as NLX #cce5ff | ||
} | ||
|
||
frame "Organisatie 1" { | ||
component "NLX Inway" as Org1 #cce5ff | ||
component "Open Index" as OI1 #1abc9c | ||
component "Bronnen" as BronnenOrg1 #cce5ff | ||
} | ||
|
||
frame "Organisatie 2" { | ||
component "NLX Inway" as Org2 #cce5ff | ||
component "Open Index" as OI2 #1abc9c | ||
component "Bronnen" as BronnenOrg2 #cce5ff | ||
} | ||
|
||
frame "Organisatie 3" { | ||
component "Open Index" as OI3 #1abc9c | ||
component "Bronnen" as BronnenOrg3 #cce5ff | ||
} | ||
|
||
' Relationships | ||
Api -down-> NLX : Connected trough outway | ||
NLX -down-> Org1 : org 1 Connected trough inway | ||
NLX -down-> Org2 : org 2 Connected trough inway | ||
NLX -down-> Org3 : org 3 Connected trough inway | ||
Org1 -down-> BronnenOrg1 : Internal connection | ||
Org2 -down-> BronnenOrg2 : Internal connection | ||
Org3 -down-> BronnenOrg3 : Internal connection | ||
KOOP -down-> Api : Ajax call | ||
Api -down-> NLX : Bevragen via NLX | ||
|
||
Api -down-> OI3 : Federatieve zoekvraag | ||
NLX -down-> Org1 : Federatieve zoekvraag | ||
NLX -down-> Org2 : Federatieve zoekvraag | ||
Org1 -down-> OI1 : Bevragen bij de bron | ||
Org2 -down-> OI2 : Bevragen bij de bron | ||
OI1 -down-> BronnenOrg1 : Internal connection | ||
OI1 --> OI2: Zoeken bij de buren | ||
OI2 -down-> BronnenOrg2 : Bevragen bij de bron | ||
OI3 -down-> BronnenOrg3 : Bevragen bij de bron | ||
@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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
@startuml | ||
title Algemene Architectuur en keuze mogenlijkheden | ||
footer: OpenWoo.app | ||
header: OpenWoo.app | ||
|
||
|
||
' Publicatie platformen (Laag 5 UI) | ||
frame "Publicatie platformen " { | ||
interface "Woo Dashboard" AS OiDashboard #e5352c | ||
actor "KOOP" as KOOP #008b6C | ||
actor "WOOGLE" as WOOGLE #008b6C | ||
interface "Website" AS Website #F16E06 | ||
interface "Thema site" as Themasite #F16E06 | ||
interface "Zoek pagina" as Searchsite #F16E06 | ||
} | ||
|
||
' Services(Laag 4) | ||
frame "Services" { | ||
process "Backend for frontend" as OiBF #e5352c | ||
} | ||
|
||
' Integratie (Laag 3) | ||
frame "Integratie" { | ||
database "Open Index" as OI #F16E06 | ||
component "Federatieve Connectie" as FCS #008b6C | ||
process "OpenWoo Service" as OWS #F16E06 | ||
component "Integratie Platform" as IP #008b6C | ||
} | ||
|
||
' Bronnen (Laag 2) | ||
frame "API" { | ||
database "Zaaksysteem (XXllNC)" as ZRC #008b6C | ||
database "Raadsinformatiesysteem (Notubiz)" as RIS #008b6C | ||
database "Bestuursinformatiesysteem (iBabs)" as BIS #008b6C | ||
database "Website (Typo3)" as CMS #008b6C | ||
database "DMS (Sharepoint)" as SP #008b6C | ||
database "Archief (DeVault)" as DEPOT #008b6C | ||
} | ||
|
||
frame "Legenda" { | ||
component "Herbruikbaar" #008b6C | ||
component "Uitbreiden (doorontwikkeling)" #F16E06 | ||
component "Te ontwikkelen (nieuw)" #e5352c | ||
|
||
|
||
|
||
} | ||
|
||
OiDashboard -down-> OiBF | ||
OWS --> IP: Bevraagd via | ||
IP -down-> ZRC: Woo verzoeken | ||
IP -down-> SP: Convenanten | ||
IP -down-> RIS: Raadsstukken | ||
IP -down-> BIS: Bestuursstukken | ||
IP -down-> CMS: Organisatie gegevens | ||
IP -down-> DEPOT: Gearchiveerde gegevens | ||
OWS ..> OI: Slaat op in | ||
OiBF --> OI: Beheerd | ||
|
||
FCS --> OI : Bevraagd | ||
|
||
KOOP -down-> FCS : Indexeerd (XML Sitemap) | ||
WOOGLE -down-> FCS : Indexeerd (API) | ||
Website -down-> FCS : Bevraagd (API) | ||
Themasite -down-> FCS : Bevraagd (API) | ||
Searchsite -down-> FCS : Bevraagd (API) | ||
|
||
@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,37 @@ | ||
# Datamask | ||
OpenWoo.app en Datamask willen graag een gemeenschappenlijek propositie voeren voor de WOO | ||
|
||
## Product Datamask | ||
Datamask zet de kracht van haar reeds bestaande koppelingen vanuit haar anonimiserings tool (en e.v.t. publicatie platform) in | ||
|
||
Heeft wel | ||
- Anonimesering | ||
- Zoekindex a.h.v huidige koppelingen | ||
- Organisatie breder publicatie pagina | ||
- Beheerschermen en configuratie op de inrichting | ||
|
||
Heeft niet | ||
- Federatief en organisatie overkoepelend zoeken | ||
|
||
## Product OpenWoo.app | ||
Datamask zet de kracht van haar data federalisatie en common ground netwerk in. | ||
|
||
Heeft wel | ||
- Federaliseren van indexen | ||
- NL Design voorkant | ||
- Volledig open source | ||
- Koppeling met Koop | ||
- Meezoeken in andere organisaties (samenwerkings verbanden, provincies etc) | ||
- Ondersteuning vanuit het common ground programma | ||
|
||
Heeft niet | ||
- Anonimeseringstool | ||
- Beheers interface op het koppelvlak | ||
|
||
## Samenwerking | ||
De samenwerking kan er redelijk simpel uitzien, Datamask kan als aditionele funtionaliteit publiceren richting OpenWoo.app (daarvoor moet de betreffende afnemer wel over het motorblok van OpenWoo.app en Datamask beschicken). Vervolgens kan OpenWoo.app deze data beschickbaar maken op haar federale netwerk en door publiceren naar KOOP en WOOGLE aanvullend kan Datamask ook gegevens ophalen vanuit OpenWoo.app en zo ook aanvullende catageorien naast verzoeken weergeven in haar publicatie platform. | ||
|
||
|
||
## Architectuur | ||
|
||
![OpenWeb Architecture](https://raw.githubusercontent.com/ConductionNL/woo-website-template/main/docs/Datamask.svg) |
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,3 @@ | ||
# KLPD | ||
|
||
|
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
Oops, something went wrong.