File tree Expand file tree Collapse file tree 4 files changed +63
-0
lines changed Expand file tree Collapse file tree 4 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Deployment dbs-p13n
2
+
3
+ ## dbs-p13n-service
4
+
5
+ | Property | Description | Default |
6
+ | -------- | ----------- | ------- |
7
+
8
+ ## dbs-p13n-webcomponents
9
+
10
+ There are multiple webcomponents available which should be integrated to separate pages of your frontend.
11
+
12
+ 1 . Add import to your page ` <script src="<host>/loader-<component-name>-webcomponent.js" type="module"></script> `
13
+ 2 . Add the element to your page with the appropriate configuration.
14
+
15
+ ### ` checklist-overview `
16
+
17
+ | Property | Type | Description | Default |
18
+ | ---------------------- | ------ | -------------------------------- | ------- |
19
+ | ` checklist-detail-url ` | string | URL to the checklist detail page | - |
20
+
21
+ ### ` checklist-detail `
22
+
23
+ | Query-Parameter | Description |
24
+ | --------------- | ------------------------------ |
25
+ | ` cl-id ` | ID of the checklist to display |
26
+
27
+ ### ` my-checklists `
28
+
29
+ | Property | Type | Description | Default |
30
+ | ---------------------- | ------ | -------------------------------- | ------- |
31
+ | ` checklist-detail-url ` | string | URL to the checklist detail page | - |
32
+ | ` new-checklist-url ` | string | URL to the new checklist page | - |
Original file line number Diff line number Diff line change
1
+ # Deployment
2
+
3
+ The DBS consists of multiple modules, each of which can be used independently. The deployment docs provide detailed instructions on how to set up and configure each of the modules.
4
+
5
+ ## dbs-ticketing
6
+
7
+ WIP
8
+
9
+ ## [ dbs-p13n] ( /deployment-p13n )
Original file line number Diff line number Diff line change @@ -5,4 +5,14 @@ layout: home
5
5
hero :
6
6
name : " DBS"
7
7
text : " Documentation for the Digital Citizen Service of the City of Munich"
8
+
9
+ features :
10
+ - title : " Introduction"
11
+ icon : 📖
12
+ details : " Read more about what the DBS is and how it works."
13
+ link : /introduction
14
+ - title : " Deployment"
15
+ icon : 🛠️
16
+ details : " Documentation on how to deploy the DBS."
17
+ link : /deployment
8
18
---
Original file line number Diff line number Diff line change
1
+ # Introduction
2
+
3
+ The DBS (Digitaler Bürgerservice / Digital Citizen Service) is a digital service provided by the government of the city of munich.
4
+
5
+ It currently consists of these modules:
6
+
7
+ - DBS-Ticketing
8
+ - DBS-P13N
9
+ - DBS-Login
10
+ - Terminvereinbarung (< https://github.com/it-at-m/eappointment > )
11
+
12
+ 🚧 TODO
You can’t perform that action at this time.
0 commit comments