Creating CAP-Based Services

This commit is contained in:
2026-07-23 18:04:50 +00:00
commit c83b0a545a
14 changed files with 1635 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ID,customer_ID,city,postCode,streetAddress
17e00347-dc7e-4ca9-9c5d-06ccef69f064,1004155,Rome,00164,Piazza Adriana
d8e797d9-6507-4aaa-b43f-5d2301df5135,1004161,Munich,80809,Olympia Park
ff13d2fa-e00f-4ee5-951c-3303f490777b,1004100,Walldorf,69190,Dietmar-Hopp-Allee
1 ID customer_ID city postCode streetAddress
2 17e00347-dc7e-4ca9-9c5d-06ccef69f064 1004155 Rome 00164 Piazza Adriana
3 d8e797d9-6507-4aaa-b43f-5d2301df5135 1004161 Munich 80809 Olympia Park
4 ff13d2fa-e00f-4ee5-951c-3303f490777b 1004100 Walldorf 69190 Dietmar-Hopp-Allee

View File

@@ -0,0 +1,4 @@
ID,firstName,lastName,email,phone
1004155,Daniel,Watts,daniel.watts@demo.com,+39-555-123
1004161,Stormy,Weathers,stormy.weathers@demo.com,+49-020-022
1004100,Sunny,Sunshine,sunny.sunshine@demo.com,+49-555-789
1 ID firstName lastName email phone
2 1004155 Daniel Watts daniel.watts@demo.com +39-555-123
3 1004161 Stormy Weathers stormy.weathers@demo.com +49-020-022
4 1004100 Sunny Sunshine sunny.sunshine@demo.com +49-555-789

View File

@@ -0,0 +1,5 @@
ID,up__ID,timestamp,author,message
2b23bb4b-4ac7-4a24-ac02-aa10cabd842c,3b23bb4b-4ac7-4a24-ac02-aa10cabd842c,1995-12-17T03:24:00Z,Harry John,Can you please check if battery connections are fine?
2b23bb4b-4ac7-4a24-ac02-aa10cabd843c,3a4ede72-244a-4f5f-8efa-b17e032d01ee,1995-12-18T04:24:00Z,Emily Elizabeth,Can you please check if there are any loose connections?
9583f982-d7df-4aad-ab26-301d4a157cd7,3583f982-d7df-4aad-ab26-301d4a157cd7,2022-09-04T12:00:00Z,Sunny Sunshine,Please check why the solar panel is broken.
9583f982-d7df-4aad-ab26-301d4a158cd7,3ccf474c-3881-44b7-99fb-59a2a4668418,2022-09-04T13:00:00Z,Bradley Flowers,What exactly is wrong?
1 ID up__ID timestamp author message
2 2b23bb4b-4ac7-4a24-ac02-aa10cabd842c 3b23bb4b-4ac7-4a24-ac02-aa10cabd842c 1995-12-17T03:24:00Z Harry John Can you please check if battery connections are fine?
3 2b23bb4b-4ac7-4a24-ac02-aa10cabd843c 3a4ede72-244a-4f5f-8efa-b17e032d01ee 1995-12-18T04:24:00Z Emily Elizabeth Can you please check if there are any loose connections?
4 9583f982-d7df-4aad-ab26-301d4a157cd7 3583f982-d7df-4aad-ab26-301d4a157cd7 2022-09-04T12:00:00Z Sunny Sunshine Please check why the solar panel is broken.
5 9583f982-d7df-4aad-ab26-301d4a158cd7 3ccf474c-3881-44b7-99fb-59a2a4668418 2022-09-04T13:00:00Z Bradley Flowers What exactly is wrong?

View File

@@ -0,0 +1,5 @@
ID,customer_ID,title,urgency_code,status_code
3b23bb4b-4ac7-4a24-ac02-aa10cabd842c,1004155,Inverter not functional,H,C
3a4ede72-244a-4f5f-8efa-b17e032d01ee,1004161,No current on a sunny day,H,N
3ccf474c-3881-44b7-99fb-59a2a4668418,1004161,Strange noise when switching off Inverter,M,N
3583f982-d7df-4aad-ab26-301d4a157cd7,1004100,Solar panel broken,H,I
1 ID customer_ID title urgency_code status_code
2 3b23bb4b-4ac7-4a24-ac02-aa10cabd842c 1004155 Inverter not functional H C
3 3a4ede72-244a-4f5f-8efa-b17e032d01ee 1004161 No current on a sunny day H N
4 3ccf474c-3881-44b7-99fb-59a2a4668418 1004161 Strange noise when switching off Inverter M N
5 3583f982-d7df-4aad-ab26-301d4a157cd7 1004100 Solar panel broken H I

View File

@@ -0,0 +1,7 @@
code,descr,criticality
N,New,3
A,Assigned,2
I,In Process,2
H,On Hold,3
R,Resolved,2
C,Closed,4
1 code descr criticality
2 N New 3
3 A Assigned 2
4 I In Process 2
5 H On Hold 3
6 R Resolved 2
7 C Closed 4

View File

@@ -0,0 +1 @@
code,locale,name,descr
1 code locale name descr

View File

@@ -0,0 +1,4 @@
code,descr
H,High
M,Medium
L,Low
1 code descr
2 H High
3 M Medium
4 L Low

View File

@@ -0,0 +1 @@
code,locale,name,descr
1 code locale name descr