palakmathur commited on
Commit
1a1a5b2
·
verified ·
1 Parent(s): c7654e1

Upload defect_database.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. defect_database.json +154 -0
defect_database.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "defects": [
3
+ {
4
+ "id": "SCR001",
5
+ "name": "Cracked Screen",
6
+ "description": "cracked display with visible damage broken glass touch not responding screen shattered spider web pattern fracture",
7
+ "severity_score": 9,
8
+ "price_impact": -0.35,
9
+ "repair_cost": 4000,
10
+ "category": "screen",
11
+ "critical": true
12
+ },
13
+ {
14
+ "id": "SCR002",
15
+ "name": "Screen Scratch",
16
+ "description": "surface scratch on display minor damage to screen protective layer scratched glass light marks",
17
+ "severity_score": 3,
18
+ "price_impact": -0.08,
19
+ "repair_cost": 0,
20
+ "category": "screen",
21
+ "critical": false
22
+ },
23
+ {
24
+ "id": "BAT001",
25
+ "name": "Battery Drain",
26
+ "description": "battery draining fast rapid power loss short battery life phone dies quickly poor backup",
27
+ "severity_score": 6,
28
+ "price_impact": -0.18,
29
+ "repair_cost": 2500,
30
+ "category": "battery",
31
+ "critical": false
32
+ },
33
+ {
34
+ "id": "BAT002",
35
+ "name": "Battery Swelling",
36
+ "description": "swollen battery bulging back panel battery expansion physical deformation dangerous",
37
+ "severity_score": 10,
38
+ "price_impact": -0.50,
39
+ "repair_cost": 3000,
40
+ "category": "battery",
41
+ "critical": true
42
+ },
43
+ {
44
+ "id": "CHG001",
45
+ "name": "Charging Port Issue",
46
+ "description": "charging port not working cable loose connection problem won't charge port damaged intermittent charging",
47
+ "severity_score": 5,
48
+ "price_impact": -0.15,
49
+ "repair_cost": 1500,
50
+ "category": "charging",
51
+ "critical": false
52
+ },
53
+ {
54
+ "id": "PHY001",
55
+ "name": "Physical Dent",
56
+ "description": "dent on body physical deformation bent frame damaged casing structural damage corner dent",
57
+ "severity_score": 4,
58
+ "price_impact": -0.12,
59
+ "repair_cost": 2000,
60
+ "category": "physical",
61
+ "critical": false
62
+ },
63
+ {
64
+ "id": "PHY002",
65
+ "name": "Back Panel Damage",
66
+ "description": "back glass broken rear panel cracked back cover damaged shattered back",
67
+ "severity_score": 5,
68
+ "price_impact": -0.15,
69
+ "repair_cost": 2500,
70
+ "category": "physical",
71
+ "critical": false
72
+ },
73
+ {
74
+ "id": "WTR001",
75
+ "name": "Water Damage",
76
+ "description": "water damage liquid spill moisture corrosion wet device submerged liquid indicator triggered rust",
77
+ "severity_score": 10,
78
+ "price_impact": -0.60,
79
+ "repair_cost": 8000,
80
+ "category": "water",
81
+ "critical": true
82
+ },
83
+ {
84
+ "id": "HNG001",
85
+ "name": "Broken Hinge",
86
+ "description": "laptop hinge broken loose hinge screen wobbles connection damaged lid problem creaking hinge",
87
+ "severity_score": 7,
88
+ "price_impact": -0.22,
89
+ "repair_cost": 3500,
90
+ "category": "physical",
91
+ "critical": false
92
+ },
93
+ {
94
+ "id": "KEY001",
95
+ "name": "Keyboard Malfunction",
96
+ "description": "keyboard keys not working sticky keys multiple key presses keyboard problem typing issue key failure",
97
+ "severity_score": 6,
98
+ "price_impact": -0.18,
99
+ "repair_cost": 2500,
100
+ "category": "keyboard",
101
+ "critical": false
102
+ },
103
+ {
104
+ "id": "OVR001",
105
+ "name": "Overheating",
106
+ "description": "device overheating excessive heat thermal issue hot to touch burning smell fan noise cooling problem",
107
+ "severity_score": 8,
108
+ "price_impact": -0.25,
109
+ "repair_cost": 2000,
110
+ "category": "thermal",
111
+ "critical": true
112
+ },
113
+ {
114
+ "id": "AUD001",
115
+ "name": "Audio Issues",
116
+ "description": "no sound audio not working speaker problem crackling sound microphone issue distorted audio",
117
+ "severity_score": 4,
118
+ "price_impact": -0.10,
119
+ "repair_cost": 1500,
120
+ "category": "audio",
121
+ "critical": false
122
+ },
123
+ {
124
+ "id": "CAM001",
125
+ "name": "Camera Defect",
126
+ "description": "camera not working blurry photos focus issue lens crack camera malfunction black screen",
127
+ "severity_score": 5,
128
+ "price_impact": -0.15,
129
+ "repair_cost": 3000,
130
+ "category": "camera",
131
+ "critical": false
132
+ },
133
+ {
134
+ "id": "BTN001",
135
+ "name": "Button Damage",
136
+ "description": "power button stuck volume buttons not responding home button broken tactile issue",
137
+ "severity_score": 3,
138
+ "price_impact": -0.08,
139
+ "repair_cost": 1000,
140
+ "category": "physical",
141
+ "critical": false
142
+ },
143
+ {
144
+ "id": "DSP001",
145
+ "name": "Display Flickering",
146
+ "description": "screen flickering display issue brightness problem ghost touch dead pixels backlight bleeding",
147
+ "severity_score": 6,
148
+ "price_impact": -0.20,
149
+ "repair_cost": 3500,
150
+ "category": "screen",
151
+ "critical": false
152
+ }
153
+ ]
154
+ }