@@ -16,13 +16,20 @@ public function run(): void
1616 'name ' => 'Sebastian Bürgin-Fix ' ,
1717 'published ' => true ,
1818 'sections ' => [
19- ContactSectionEnum::EMPLOYEES => [
20- 'key ' => ContactSectionEnum::EMPLOYEES ,
19+ ContactSectionEnum::SOFTWARE_ENGINERING => [
20+ 'key ' => ContactSectionEnum::SOFTWARE_ENGINERING ,
2121 'role ' => [
2222 'de_CH ' => 'Software-Architekt ' ,
2323 'en_CH ' => 'Software-Engineer ' ,
2424 ],
2525 ],
26+ ContactSectionEnum::DIGITAL_TRANSFORMATION => [
27+ 'key ' => ContactSectionEnum::DIGITAL_TRANSFORMATION ,
28+ 'role ' => [
29+ 'de_CH ' => 'DMS/ECM-Architekt ' ,
30+ 'en_CH ' => 'DMS/ECM-Engineer ' ,
31+ ],
32+ ],
2633 ContactSectionEnum::BOARD_MEMBERS => [
2734 'key ' => ContactSectionEnum::BOARD_MEMBERS ,
2835 ],
@@ -41,8 +48,8 @@ public function run(): void
4148 'name ' => 'Melanie Bürgin-Fix ' ,
4249 'published ' => true ,
4350 'sections ' => [
44- ContactSectionEnum::EMPLOYEES => [
45- 'key ' => ContactSectionEnum::EMPLOYEES ,
51+ ContactSectionEnum::DIGITAL_TRANSFORMATION => [
52+ 'key ' => ContactSectionEnum::DIGITAL_TRANSFORMATION ,
4653 'role ' => [
4754 'de_CH ' => 'Projektleiterin ' ,
4855 'en_CH ' => 'Project Manager ' ,
@@ -66,8 +73,8 @@ public function run(): void
6673 'name ' => 'Tobias Brogle ' ,
6774 'published ' => true ,
6875 'sections ' => [
69- ContactSectionEnum::EMPLOYEES => [
70- 'key ' => ContactSectionEnum::EMPLOYEES ,
76+ ContactSectionEnum::SOFTWARE_ENGINERING => [
77+ 'key ' => ContactSectionEnum::SOFTWARE_ENGINERING ,
7178 'role ' => [
7279 'de_CH ' => 'Applikationsentwickler ' ,
7380 'en_CH ' => 'Application Developer ' ,
@@ -88,8 +95,8 @@ public function run(): void
8895 'name ' => 'Alexander Christoph Boll ' ,
8996 'published ' => true ,
9097 'sections ' => [
91- ContactSectionEnum::EMPLOYEES => [
92- 'key ' => ContactSectionEnum::EMPLOYEES ,
98+ ContactSectionEnum::DIGITAL_TRANSFORMATION => [
99+ 'key ' => ContactSectionEnum::DIGITAL_TRANSFORMATION ,
93100 'role ' => [
94101 'de_CH ' => 'Produkt- und Innovationsmanagement ' ,
95102 'en_CH ' => 'Product and Innovation Management ' ,
@@ -110,8 +117,8 @@ public function run(): void
110117 'name ' => 'Faissal Wahabali ' ,
111118 'published ' => true ,
112119 'sections ' => [
113- ContactSectionEnum::EMPLOYEES => [
114- 'key ' => ContactSectionEnum::EMPLOYEES ,
120+ ContactSectionEnum::SOFTWARE_ENGINERING => [
121+ 'key ' => ContactSectionEnum::SOFTWARE_ENGINERING ,
115122 'role ' => [
116123 'de_CH ' => 'Applikationsentwickler ' ,
117124 'en_CH ' => 'Application Developer ' ,
@@ -129,22 +136,22 @@ public function run(): void
129136 Contact::updateOrCreate (
130137 ['id ' => 6 ],
131138 [
132- 'name ' => 'PST GmbH ' ,
133- 'published ' => false ,
139+ 'name ' => 'Sarah Fässler ' ,
140+ 'published ' => true ,
134141 'sections ' => [
135142 ContactSectionEnum::COLLABORATIONS => [
136143 'key ' => ContactSectionEnum::COLLABORATIONS ,
137144 'role ' => [
138- 'de_CH ' => 'Finanzen ' ,
139- 'en_CH ' => 'Finance ' ,
145+ 'de_CH ' => 'PST GmbH ' ,
146+ 'en_CH ' => 'PST GmbH ' ,
140147 ],
141148 ],
142149 ],
143150 'icons ' => [
144- 'email ' => 'info @pstgmbh.ch ' ,
151+ 'email ' => 'sarah.faessler @pstgmbh.ch ' ,
145152 'website ' => 'https://www.pstgmbh.ch ' ,
146153 ],
147- 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400, f_auto,q_auto/www-paperflakes -ch/people/codebar .webp ' ,
154+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,f_auto,q_auto/www-codebar -ch/contacts/pst_gmbh .webp ' ,
148155 ]
149156 );
150157
@@ -154,8 +161,8 @@ public function run(): void
154161 'name ' => 'Julian Leipert ' ,
155162 'published ' => true ,
156163 'sections ' => [
157- ContactSectionEnum::EMPLOYEES => [
158- 'key ' => ContactSectionEnum::EMPLOYEES ,
164+ ContactSectionEnum::SOFTWARE_ENGINERING => [
165+ 'key ' => ContactSectionEnum::SOFTWARE_ENGINERING ,
159166 'role ' => [
160167 'de_CH ' => 'Applikationsentwickler ' ,
161168 'en_CH ' => 'Application Developer ' ,
@@ -170,5 +177,90 @@ public function run(): void
170177 ]
171178 );
172179
180+ Contact::updateOrCreate (
181+ ['id ' => 8 ],
182+ [
183+ 'name ' => 'Dario Wieland ' ,
184+ 'published ' => true ,
185+ 'sections ' => [
186+ ContactSectionEnum::COLLABORATIONS => [
187+ 'key ' => ContactSectionEnum::COLLABORATIONS ,
188+ 'role ' => [
189+ 'de_CH ' => 'Wieland Business Solutions GmbH ' ,
190+ 'en_CH ' => 'Wieland Business Solutions GmbH ' ,
191+ ],
192+ ],
193+ ],
194+ 'icons ' => [
195+ 'email ' => 'wieland@business-solutions.gmbh ' ,
196+ 'website ' => 'https://www.business-solutions.gmbh ' ,
197+ ],
198+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/wds.jpg ' ,
199+ ]
200+ );
201+
202+ Contact::updateOrCreate (
203+ ['id ' => 9 ],
204+ [
205+ 'name ' => 'DR-G2110 ' ,
206+ 'published ' => true ,
207+ 'sections ' => [
208+ ContactSectionEnum::SCANNING => [
209+ 'key ' => ContactSectionEnum::SCANNING ,
210+ 'role ' => [
211+ 'de_CH ' => 'Digitalisierungs-Beauftragter ' ,
212+ 'en_CH ' => 'Head of Digital Transformation ' ,
213+ ],
214+ ],
215+ ],
216+ 'icons ' => [],
217+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/drg_e_background_removal_f_png.webp ' ,
218+ ]
219+ );
220+
221+ Contact::updateOrCreate (
222+ ['id ' => 10 ],
223+ [
224+ 'name ' => 'Mischa Lanz ' ,
225+ 'published ' => true ,
226+ 'sections ' => [
227+ ContactSectionEnum::SCANNING => [
228+ 'key ' => ContactSectionEnum::SCANNING ,
229+ 'role ' => [
230+ 'de_CH ' => 'zunscan.ch ' ,
231+ 'en_CH ' => 'zunscan.ch ' ,
232+ ],
233+ ],
234+ ],
235+ 'icons ' => [
236+ 'email ' => 'mischa.lanz@codebar.ch ' ,
237+ 'linkedin ' => 'https://www.linkedin.com/in/mischa-lanz-672a65112 ' ,
238+ ],
239+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/6528f7c6bddf8430fb5d154c_Mischa_Hemd.webp ' ,
240+ ]
241+ );
242+
243+ Contact::updateOrCreate (
244+ ['id ' => 11 ],
245+ [
246+ 'name ' => 'Dominique Ernst ' ,
247+ 'published ' => true ,
248+ 'sections ' => [
249+ ContactSectionEnum::DIGITAL_TRANSFORMATION => [
250+ 'key ' => ContactSectionEnum::DIGITAL_TRANSFORMATION ,
251+ 'role ' => [
252+ 'de_CH ' => 'DMS/ECM Berater ' ,
253+ 'en_CH ' => 'DMS/ECM Consultant ' ,
254+ ],
255+ ],
256+ ],
257+ 'icons ' => [
258+ 'email ' => 'dominique.ernst@codebar.ch ' ,
259+ 'linkedin ' => 'https://www.linkedin.com/in/dominique-ernst ' ,
260+ ],
261+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/ujywqubl5rkkm5hjqjsa_e_background_removal_f_png.webp ' ,
262+ ]
263+ );
264+
173265 }
174266}
0 commit comments