Created
February 19, 2025 22:55
-
-
Save martin-juul/4d4f266a9581213c910665f62f22a58d to your computer and use it in GitHub Desktop.
1984.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"employee_id": 101, | |
"employee_name": "Zhang Wei", | |
"phone_number": "+86 138 0013 8001", | |
"email": "[email protected]", | |
"violation_type": "Tardiness", | |
"punishment": "Written Warning", | |
"disciplinary_action": { | |
"action_type": "Warning", | |
"action_details": "Formal written warning issued.", | |
"action_date": "2024-01-15", | |
"effective_until": "2024-04-15" | |
}, | |
"supervisor": { | |
"supervisor_id": 201, | |
"supervisor_name": "Liu Fang", | |
"supervisor_phone": "+86 138 0013 8101", | |
"supervisor_email": "[email protected]" | |
}, | |
"family_information": { | |
"spouse_name": "Li Mei", | |
"spouse_phone": "+86 138 0013 8005", | |
"children": [ | |
{ | |
"name": "Zhang Xiao", | |
"age": 8 | |
}, | |
{ | |
"name": "Zhang Ling", | |
"age": 5 | |
} | |
], | |
"tertiary_family": [ | |
{ | |
"relation": "Father", | |
"name": "Zhang Guo", | |
"phone": "+86 138 0013 8009" | |
}, | |
{ | |
"relation": "Mother", | |
"name": "Wang Li", | |
"phone": "+86 138 0013 8010" | |
}, | |
{ | |
"relation": "Sibling", | |
"name": "Zhang Hong", | |
"phone": "+86 138 0013 8011" | |
} | |
] | |
}, | |
"car_registration": { | |
"plate_number": "粤A12345", | |
"make": "Toyota", | |
"model": "Camry", | |
"year": 2020 | |
}, | |
"performance_metrics": { | |
"attendance_rate": 92.5, | |
"productivity_score": 85.0, | |
"quality_of_work": 88.0, | |
"team_collaboration": 90.0, | |
"training_completion": 100.0 | |
}, | |
"compliance_metrics": { | |
"policy_violations": 2, | |
"safety_incidents": 0, | |
"data_security_breaches": 0, | |
"ethical_conduct_score": 95.0 | |
}, | |
"social_credit_score": 750, | |
"date": "2024-01-15", | |
"notes": "Employee was late for work three times this month." | |
}, | |
{ | |
"id": 2, | |
"employee_id": 102, | |
"employee_name": "Li Na", | |
"phone_number": "+86 138 0013 8002", | |
"email": "[email protected]", | |
"violation_type": "Insubordination", | |
"punishment": "Suspension", | |
"disciplinary_action": { | |
"action_type": "Suspension", | |
"action_details": "Employee suspended for 3 days without pay.", | |
"action_date": "2024-02-10", | |
"effective_until": "2024-02-13" | |
}, | |
"supervisor": { | |
"supervisor_id": 202, | |
"supervisor_name": "Wang Jing", | |
"supervisor_phone": "+86 138 0013 8102", | |
"supervisor_email": "[email protected]" | |
}, | |
"family_information": { | |
"spouse_name": "Chen Gang", | |
"spouse_phone": "+86 138 0013 8006", | |
"children": [ | |
{ | |
"name": "Li Hao", | |
"age": 10 | |
} | |
], | |
"tertiary_family": [ | |
{ | |
"relation": "Father", | |
"name": "Li Ming", | |
"phone": "+86 138 0013 8012" | |
}, | |
{ | |
"relation": "Mother", | |
"name": "Zhang Hua", | |
"phone": "+86 138 0013 8013" | |
} | |
] | |
}, | |
"car_registration": { | |
"plate_number": "粤B67890", | |
"make": "Honda", | |
"model": "Civic", | |
"year": 2018 | |
}, | |
"performance_metrics": { | |
"attendance_rate": 88.0, | |
"productivity_score": 78.0, | |
"quality_of_work": 82.0, | |
"team_collaboration": 75.0, | |
"training_completion": 95.0 | |
}, | |
"compliance_metrics": { | |
"policy_violations": 3, | |
"safety_incidents": 1, | |
"data_security_breaches": 0, | |
"ethical_conduct_score": 85.0 | |
}, | |
"social_credit_score": 680, | |
"date": "2024-02-10", | |
"notes": "Employee refused to follow a direct order from a supervisor." | |
}, | |
{ | |
"id": 3, | |
"employee_id": 103, | |
"employee_name": "Wang Lei", | |
"phone_number": "+86 138 0013 8003", | |
"email": "[email protected]", | |
"violation_type": "Data Breach", | |
"punishment": "Termination", | |
"disciplinary_action": { | |
"action_type": "Termination", | |
"action_details": "Employee terminated for sharing confidential information.", | |
"action_date": "2024-03-05", | |
"effective_until": "Permanent" | |
}, | |
"supervisor": { | |
"supervisor_id": 203, | |
"supervisor_name": "Chen Hao", | |
"supervisor_phone": "+86 138 0013 8103", | |
"supervisor_email": "[email protected]" | |
}, | |
"family_information": { | |
"spouse_name": "Liu Yan", | |
"spouse_phone": "+86 138 0013 8007", | |
"children": [], | |
"tertiary_family": [ | |
{ | |
"relation": "Father", | |
"name": "Wang Jun", | |
"phone": "+86 138 0013 8014" | |
}, | |
{ | |
"relation": "Sibling", | |
"name": "Wang Min", | |
"phone": "+86 138 0013 8015" | |
} | |
] | |
}, | |
"car_registration": { | |
"plate_number": "粤C54321", | |
"make": "BMW", | |
"model": "X5", | |
"year": 2022 | |
}, | |
"performance_metrics": { | |
"attendance_rate": 95.0, | |
"productivity_score": 90.0, | |
"quality_of_work": 92.0, | |
"team_collaboration": 88.0, | |
"training_completion": 100.0 | |
}, | |
"compliance_metrics": { | |
"policy_violations": 1, | |
"safety_incidents": 0, | |
"data_security_breaches": 1, | |
"ethical_conduct_score": 70.0 | |
}, | |
"social_credit_score": 550, | |
"date": "2024-03-05", | |
"notes": "Employee shared confidential company information with an unauthorized party." | |
}, | |
{ | |
"id": 4, | |
"employee_id": 104, | |
"employee_name": "Chen Yu", | |
"phone_number": "+86 138 0013 8004", | |
"email": "[email protected]", | |
"violation_type": "Harassment", | |
"punishment": "Mandatory Training", | |
"disciplinary_action": { | |
"action_type": "Training", | |
"action_details": "Employee required to complete workplace harassment training.", | |
"action_date": "2024-04-20", | |
"effective_until": "2024-05-20" | |
}, | |
"supervisor": { | |
"supervisor_id": 204, | |
"supervisor_name": "Zhang Min", | |
"supervisor_phone": "+86 138 0013 8104", | |
"supervisor_email": "[email protected]" | |
}, | |
"family_information": { | |
"spouse_name": "Wang Li", | |
"spouse_phone": "+86 138 0013 8008", | |
"children": [ | |
{ | |
"name": "Chen Xiao", | |
"age": 12 | |
} | |
], | |
"tertiary_family": [ | |
{ | |
"relation": "Father", | |
"name": "Chen Wei", | |
"phone": "+86 138 0013 8016" | |
}, | |
{ | |
"relation": "Mother", | |
"name": "Li Fang", | |
"phone": "+86 138 0013 8017" | |
}, | |
{ | |
"relation": "Sibling", | |
"name": "Chen Jing", | |
"phone": "+86 138 0013 8018" | |
} | |
] | |
}, | |
"car_registration": { | |
"plate_number": "粤D98765", | |
"make": "Tesla", | |
"model": "Model 3", | |
"year": 2023 | |
}, | |
"performance_metrics": { | |
"attendance_rate": 98.0, | |
"productivity_score": 92.0, | |
"quality_of_work": 95.0, | |
"team_collaboration": 90.0, | |
"training_completion": 100.0 | |
}, | |
"compliance_metrics": { | |
"policy_violations": 0, | |
"safety_incidents": 0, | |
"data_security_breaches": 0, | |
"ethical_conduct_score": 98.0 | |
}, | |
"social_credit_score": 720, | |
"date": "2024-04-20", | |
"notes": "Employee reported for inappropriate comments in the workplace." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment