Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VP] Adding aircraft protective gear categories #451

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions data/categories/vp_vehicles_parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3431,6 +3431,7 @@
- vp-1-6-2
- vp-1-6-3
- vp-1-6-4
- vp-1-6-5
attributes:
- vehicle_type
- id: vp-1-6-1
Expand Down Expand Up @@ -3851,6 +3852,79 @@
- product_certifications_standards
- safety_equipment_material
- vehicle_type
- id: vp-1-6-5
name: Aircraft Protective Gear
children:
- vp-1-6-5-1
- vp-1-6-5-2
- vp-1-6-5-3
- vp-1-6-5-4
- vp-1-6-5-5
- vp-1-6-5-6
- vp-1-6-5-7
attributes: []
- id: vp-1-6-5-1
name: Pilot Helmets
children: []
attributes:
- accessory_size
- color
- gear_material
- pattern
- protective_gear_features
- target_gender
- id: vp-1-6-5-2
name: Aircraft Safety Flight Suits
children: []
attributes:
- accessory_size
- color
- gear_material
- pattern
- protective_gear_features
- target_gender
- id: vp-1-6-5-3
name: Airline Life Vests
children: []
attributes:
- accessory_size
- color
- gear_material
- pattern
- protective_gear_features
- target_gender
- id: vp-1-6-5-4
name: Aircraft Emergency Parachutes
children: []
attributes:
- accessory_size
- color
- gear_material
- pattern
- protective_gear_features
- target_gender
- id: vp-1-6-5-5
name: Aircraft Emergency Oxygen Systems
children: []
attributes:
- gear_material
- protective_gear_features
- id: vp-1-6-5-6
name: Aircraft Anti-G Suits
children: []
attributes:
- accessory_size
- color
- gear_material
- pattern
- protective_gear_features
- target_gender
- id: vp-1-6-5-7
name: Aircraft Fire Suppression Gear
children: []
attributes:
- gear_material
- protective_gear_features
- id: vp-1-7
name: Vehicle Storage & Cargo
children:
Expand Down
40 changes: 40 additions & 0 deletions data/integrations/google/2021-09-21/mappings/from_shopify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51332,6 +51332,46 @@ rules:
output:
product_category_id:
- '8506'
- input:
product_category_id: vp-1-6-5
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-1
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-2
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-3
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-4
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-5
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-6
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-6-5-7
output:
product_category_id:
- '8301'
- input:
product_category_id: vp-1-7
output:
Expand Down
24 changes: 24 additions & 0 deletions data/localizations/categories/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30977,6 +30977,30 @@ en:
vp-1-6-4-10:
name: Vehicle Wheel Chocks
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Vehicle Safety Equipment > Vehicle Wheel Chocks
vp-1-6-5:
name: Aircraft Protective Gear
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear
vp-1-6-5-1:
name: Pilot Helmets
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Pilot Helmets
vp-1-6-5-2:
name: Aircraft Safety Flight Suits
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Aircraft Safety Flight Suits
vp-1-6-5-3:
name: Airline Life Vests
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Airline Life Vests
vp-1-6-5-4:
name: Aircraft Emergency Parachutes
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Aircraft Emergency Parachutes
vp-1-6-5-5:
name: Aircraft Emergency Oxygen Systems
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Aircraft Emergency Oxygen Systems
vp-1-6-5-6:
name: Aircraft Anti-G Suits
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Aircraft Anti-G Suits
vp-1-6-5-7:
name: Aircraft Fire Suppression Gear
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Safety & Security > Aircraft Protective Gear > Aircraft Fire Suppression Gear
vp-1-7:
name: Vehicle Storage & Cargo
context: Vehicles & Parts > Vehicle Parts & Accessories > Vehicle Storage & Cargo
Expand Down
Loading
Loading