@@ -16,20 +16,13 @@ public function run(): void
1616 'name ' => 'Sebastian Bürgin-Fix ' ,
1717 'published ' => true ,
1818 'sections ' => [
19- ContactSectionEnum::EMPLOYEE_SERVICES => [
20- 'key ' => ContactSectionEnum::EMPLOYEE_SERVICES ,
21- 'role ' => [
22- 'de_CH ' => 'DMS/ECM Spezialist ' ,
23- 'en_CH ' => 'DMS/ECM Specialist ' ,
24- ],
25- ],
26- /* ContactSectionEnum::EMPLOYEE_PRODUCTS => [
27- 'key' => ContactSectionEnum::EMPLOYEE_PRODUCTS,
19+ ContactSectionEnum::EMPLOYEES => [
20+ 'key ' => ContactSectionEnum::EMPLOYEES ,
2821 'role ' => [
2922 'de_CH ' => 'Software-Architekt ' ,
3023 'en_CH ' => 'Software-Engineer ' ,
3124 ],
32- ],*/
25+ ],
3326 ContactSectionEnum::BOARD_MEMBERS => [
3427 'key ' => ContactSectionEnum::BOARD_MEMBERS ,
3528 ],
@@ -48,8 +41,8 @@ public function run(): void
4841 'name ' => 'Mischa Lanz ' ,
4942 'published ' => true ,
5043 'sections ' => [
51- ContactSectionEnum::EMPLOYEE_SERVICES => [
52- 'key ' => ContactSectionEnum::EMPLOYEE_SERVICES ,
44+ ContactSectionEnum::EMPLOYEES => [
45+ 'key ' => ContactSectionEnum::EMPLOYEES ,
5346 'role ' => [
5447 'de_CH ' => 'zunscan.ch ' ,
5548 'en_CH ' => 'zunscan.ch ' ,
@@ -73,6 +66,13 @@ public function run(): void
7366 'name ' => 'Dominique Ernst ' ,
7467 'published ' => true ,
7568 'sections ' => [
69+ ContactSectionEnum::EMPLOYEES => [
70+ 'key ' => ContactSectionEnum::EMPLOYEES ,
71+ 'role ' => [
72+ 'de_CH ' => 'DMS/ECM Berater ' ,
73+ 'en_CH ' => 'DMS/ECM Consultant ' ,
74+ ],
75+ ],
7676 ContactSectionEnum::BOARD_MEMBERS => [
7777 'key ' => ContactSectionEnum::BOARD_MEMBERS ,
7878 ],
@@ -88,44 +88,47 @@ public function run(): void
8888 Contact::updateOrCreate (
8989 ['id ' => 4 ],
9090 [
91- 'name ' => 'Rhys Lees ' ,
92- 'published ' => false ,
91+ 'name ' => 'Katja Lanz ' ,
92+ 'published ' => true ,
9393 'sections ' => [
94- ContactSectionEnum::EMPLOYEE_PRODUCTS => [
95- 'key ' => ContactSectionEnum::EMPLOYEE_PRODUCTS ,
94+ ContactSectionEnum::EMPLOYEES => [
95+ 'key ' => ContactSectionEnum::EMPLOYEES ,
9696 'role ' => [
97- 'de_CH ' => 'Entwickler ' ,
98- 'en_CH ' => 'Developer ' ,
97+ 'de_CH ' => 'HR ' ,
98+ 'en_CH ' => 'HR ' ,
9999 ],
100100 ],
101101 ],
102102 'icons ' => [
103- 'email ' => 'rhys.leess @paperflakes.ch ' ,
104- 'linkedin ' => 'https://www.linkedin.com/in/rhys-lees ' ,
103+ 'email ' => 'katja.lanz @paperflakes.ch ' ,
104+ 'linkedin ' => 'https://www.linkedin.com/in/katja-lanz-a92372149/ ' ,
105105 ],
106- 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/r_lees_e_background_removal_f_png .webp ' ,
106+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/652d4179a3494dedacf6555a_Katja_Jacke .webp ' ,
107107 ]
108108 );
109109
110110 Contact::updateOrCreate (
111111 ['id ' => 5 ],
112112 [
113- 'name ' => 'Katja Lanz ' ,
113+ 'name ' => 'Melanie Bürgin-Fix ' ,
114114 'published ' => true ,
115115 'sections ' => [
116- ContactSectionEnum::EMPLOYEE_ADMINISTRATION => [
117- 'key ' => ContactSectionEnum::EMPLOYEE_ADMINISTRATION ,
116+ ContactSectionEnum::EMPLOYEES => [
117+ 'key ' => ContactSectionEnum::EMPLOYEES ,
118118 'role ' => [
119- 'de_CH ' => 'Finanzen & HR ' ,
120- 'en_CH ' => 'Finance & HR ' ,
119+ 'de_CH ' => 'Administration ' ,
120+ 'en_CH ' => 'Administration ' ,
121121 ],
122122 ],
123+ ContactSectionEnum::BOARD_MEMBERS => [
124+ 'key ' => ContactSectionEnum::BOARD_MEMBERS ,
125+ ],
123126 ],
124127 'icons ' => [
125- 'email ' => 'katja.lanz @paperflakes.ch ' ,
126- 'linkedin ' => 'https://www.linkedin.com/in/katja-lanz-a92372149/ ' ,
128+ 'email ' => 'melanie.buergin @paperflakes.ch ' ,
129+ 'linkedin ' => 'https://www.linkedin.com/in/melanie-buergin ' ,
127130 ],
128- 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/652d4179a3494dedacf6555a_Katja_Jacke .webp ' ,
131+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/paperflakes .webp ' ,
129132 ]
130133 );
131134
@@ -135,8 +138,8 @@ public function run(): void
135138 'name ' => 'DR-G2110 ' ,
136139 'published ' => true ,
137140 'sections ' => [
138- ContactSectionEnum::EMPLOYEE_ADMINISTRATION => [
139- 'key ' => ContactSectionEnum::EMPLOYEE_ADMINISTRATION ,
141+ ContactSectionEnum::EMPLOYEES => [
142+ 'key ' => ContactSectionEnum::EMPLOYEES ,
140143 'role ' => [
141144 'de_CH ' => 'Digitalisierungs-Beauftragter ' ,
142145 'en_CH ' => 'Head of Digital Transformation ' ,
@@ -149,29 +152,29 @@ public function run(): void
149152 );
150153
151154 Contact::updateOrCreate (
152- ['id ' => 7 ],
155+ ['id ' => 6 ],
153156 [
154- 'name ' => 'Sebastian Bürgin-Fix ' ,
157+ 'name ' => 'PST GmbH ' ,
155158 'published ' => true ,
156159 'sections ' => [
157160 ContactSectionEnum::COLLABORATIONS => [
158161 'key ' => ContactSectionEnum::COLLABORATIONS ,
159162 'role ' => [
160- 'de_CH ' => 'codebar Solutions AG ' ,
161- 'en_CH ' => 'codebar Solutions AG ' ,
163+ 'de_CH ' => 'Finanzen ' ,
164+ 'en_CH ' => 'Finance ' ,
162165 ],
163166 ],
164167 ],
165168 'icons ' => [
166- 'email ' => 'info@codebar .ch ' ,
167- 'website ' => 'https://www.codebar .ch ' ,
169+ 'email ' => 'info@pstgmbh .ch ' ,
170+ 'website ' => 'https://www.pstgmbh .ch ' ,
168171 ],
169- 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/codebar .webp ' ,
172+ 'image ' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/paperflakes .webp ' ,
170173 ]
171174 );
172175
173176 Contact::updateOrCreate (
174- ['id ' => 8 ],
177+ ['id ' => 7 ],
175178 [
176179 'name ' => 'Dario Wieland ' ,
177180 'published ' => true ,
0 commit comments