employee details
This commit is contained in:
		
							parent
							
								
									ca87accc03
								
							
						
					
					
						commit
						79a89a1113
					
				| @ -14,47 +14,107 @@ export const companySettings = { | |||||||
| 
 | 
 | ||||||
| // Employee-specific data only
 | // Employee-specific data only
 | ||||||
| export const employees: Employee[] = [ | export const employees: Employee[] = [ | ||||||
|   { |     { | ||||||
|     id: "john-doe", |       "id": "lucas", | ||||||
|     name: "John Doe", |       "name": "Lucas Tan Zhen Hui", | ||||||
|     title: "Senior Energy Consultant", |       "title": "Chief Executive Officer", | ||||||
|     phone: "+60 12-345 6789", |       "phone": "011-54503878", | ||||||
|     whatsapp: "60123456789", |       "whatsapp": "601154503878", | ||||||
|     email: "john.doe@rooftop.my", |       "email": "lucas@rooftop.my", | ||||||
|     linkedin: "https://linkedin.com/in/johndoe", |       "linkedin": "https://www.linkedin.com/in/lucastan19/", | ||||||
|     profilePic: "/profilepic.png" |       "profilePic": "/profilepic.png" | ||||||
|   }, |     }, | ||||||
|   { |     { | ||||||
|     id: "jane-smith", |       "id": "adrian-low", | ||||||
|     name: "Jane Smith", |       "name": "Adrian Low Sze Yuen", | ||||||
|     title: "Energy Analyst", |       "title": "Product Engineer", | ||||||
|     phone: "+60 12-345 6790", |       "phone": "012-6130295", | ||||||
|     whatsapp: "60123456790", |       "whatsapp": "60126130295", | ||||||
|     email: "jane.smith@rooftop.my", |       "email": "adrian@rooftop.my", | ||||||
|     linkedin: "https://linkedin.com/in/janesmith", |       "linkedin": "https://www.linkedin.com/in/adrian-low-3a8842220/", | ||||||
|     profilePic: "/profilepic.png" |       "profilePic": "/profilepic.png" | ||||||
|   }, |     }, | ||||||
|   { |     { | ||||||
|     id: "ahmad-ali", |       "id": "ram-prashanth", | ||||||
|     name: "Ahmad Ali", |       "name": "Ram Prashanth A/L Subbarao", | ||||||
|     title: "Renewable Energy Specialist", |       "title": "Product Engineer", | ||||||
|     phone: "+60 12-345 6791", |       "phone": "011-11434656", | ||||||
|     whatsapp: "60123456791", |       "whatsapp": "601111434656", | ||||||
|     email: "ahmad.ali@rooftop.my", |       "email": "ram@rooftop.my", | ||||||
|     linkedin: "https://linkedin.com/in/ahmadali", |       "linkedin": "https://www.linkedin.com/in/ram-prashanth/", | ||||||
|     profilePic: "/profilepic.png" |       "profilePic": "/profilepic.png" | ||||||
|   }, |     }, | ||||||
|   { |     { | ||||||
|     id: "sarah-wong", |       "id": "jonsh-tham", | ||||||
|     name: "Sarah Wong", |       "name": "Jonsh Tham Wai Shet", | ||||||
|     title: "Solar Energy Engineer", |       "title": "Operations Manager", | ||||||
|     phone: "+60 12-345 6792", |       "phone": "011-23401889", | ||||||
|     whatsapp: "60123456792", |       "whatsapp": "601123401889", | ||||||
|     email: "sarah.wong@rooftop.my", |       "email": "jonsh@rooftop.my", | ||||||
|     linkedin: "https://linkedin.com/in/sarahwong", |       "linkedin": "https://my.linkedin.com/in/jonsh-tham-3a7l4ab1", | ||||||
|     profilePic: "/profilepic.png" |       "profilePic": "/profilepic.png" | ||||||
|   } |     }, | ||||||
| ]; |     { | ||||||
|  |       "id": "zamir", | ||||||
|  |       "name": "Ahmad Zamir Bin Ahmad Zamri", | ||||||
|  |       "title": "Chief Engineer", | ||||||
|  |       "phone": "019-889 3878", | ||||||
|  |       "whatsapp": "60198893878", | ||||||
|  |       "email": "zamir@rooftop.my", | ||||||
|  |       "linkedin": "https://www.linkedin.com/in/ahmad-zamir-ahmad-zamri-41a837190/", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "id": "izwan", | ||||||
|  |       "name": "Muhamad Izwan Bin Molpie", | ||||||
|  |       "title": "Project Engineer", | ||||||
|  |       "phone": "019-316 3878", | ||||||
|  |       "whatsapp": "60193163878", | ||||||
|  |       "email": "izwan@rooftop.my", | ||||||
|  |       "linkedin": "https://my.linkedin.com/in/muhd-izwan-3a5199289", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "id": "Fatin", | ||||||
|  |       "name": "Nurfatin Hafizah binti Zain Karimy", | ||||||
|  |       "title": "Project Engineer", | ||||||
|  |       "phone": "019-8053878", | ||||||
|  |       "whatsapp": "60198053878", | ||||||
|  |       "email": "nurfatin@rooftop.my", | ||||||
|  |       "linkedin": "https://www.linkedin.com/in/nurfatinh", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "id": "jingwen", | ||||||
|  |       "name": "Tey Jing Wen", | ||||||
|  |       "title": "Finance Manager", | ||||||
|  |       "phone": "016-9568590", | ||||||
|  |       "whatsapp": "60169568590", | ||||||
|  |       "email": "jingwen@rooftop.my", | ||||||
|  |       "linkedin": "https://my.linkedin.com/in/jingwentey", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "id": "wendy", | ||||||
|  |       "name": "Tan Pei Yee", | ||||||
|  |       "title": "Project Engineer", | ||||||
|  |       "phone": "019-616 3878", | ||||||
|  |       "whatsapp": "60196163878", | ||||||
|  |       "email": "wendy@rooftop.my", | ||||||
|  |       "linkedin": "https://www.linkedin.com/in/wendytypv/", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "id": "tristan", | ||||||
|  |       "name": "Tristan Lim Wen Han", | ||||||
|  |       "title": "Product Manager", | ||||||
|  |       "phone": "012-3233982", | ||||||
|  |       "whatsapp": "447464103988", | ||||||
|  |       "email": "tristan@rooftop.my", | ||||||
|  |       "linkedin": "https://www.linkedin.com/in/tristan-lim-871727189/", | ||||||
|  |       "profilePic": "/profilepic.png" | ||||||
|  |     } | ||||||
|  |   ]; | ||||||
| 
 | 
 | ||||||
| export function getEmployeeById(id: string): Employee | undefined { | export function getEmployeeById(id: string): Employee | undefined { | ||||||
|   return employees.find(emp => emp.id === id); |   return employees.find(emp => emp.id === id); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user