-
Notifications
You must be signed in to change notification settings - Fork 18
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
[SG] Expand E-Scooters categories #470
base: main
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2440,9 +2440,9 @@ base_attributes: | |
- archery_style__3d_archery | ||
- archery_style__bowhunting | ||
- archery_style__compound_target | ||
- archery_style__olympic_recurve | ||
- archery_style__recreational | ||
- archery_style__traditional | ||
- archery_style__olympic_recurve | ||
- archery_style__other | ||
- id: 1306 | ||
name: String material | ||
|
@@ -13068,8 +13068,8 @@ base_attributes: | |
friendly_id: coffee_product_form | ||
handle: coffee-product-form | ||
values: | ||
- coffee_product_form__whole_bean | ||
- coffee_product_form__ground | ||
- coffee_product_form__whole_bean | ||
- coffee_product_form__other | ||
- id: 1978 | ||
name: Food product form | ||
|
@@ -32059,8 +32059,8 @@ base_attributes: | |
friendly_id: caffeine_content | ||
handle: caffeine-content | ||
values: | ||
- caffeine_content__low_caffeine | ||
- caffeine_content__decaf | ||
- caffeine_content__low_caffeine | ||
- caffeine_content__regular | ||
- caffeine_content__other | ||
- id: 3416 | ||
|
@@ -32069,13 +32069,13 @@ base_attributes: | |
friendly_id: grind_size | ||
handle: grind-size | ||
values: | ||
- grind_size__extra_coarse | ||
- grind_size__coarse | ||
- grind_size__medium_coarse | ||
- grind_size__extra_coarse | ||
- grind_size__extra_fine | ||
- grind_size__fine | ||
- grind_size__medium | ||
- grind_size__medium_coarse | ||
- grind_size__medium_fine | ||
- grind_size__fine | ||
- grind_size__extra_fine | ||
- grind_size__other | ||
- id: 3418 | ||
name: Dance style | ||
|
@@ -32089,10 +32089,10 @@ base_attributes: | |
- dance_style__flamenco | ||
- dance_style__hip_hop | ||
- dance_style__irish_dance | ||
- dance_style__jazz | ||
- dance_style__salsa | ||
- dance_style__swing_dance | ||
- dance_style__tap_dance | ||
- dance_style__jazz | ||
- dance_style__other | ||
- id: 3425 | ||
name: Microphone design | ||
|
@@ -32352,6 +32352,27 @@ base_attributes: | |
- broadhead_design__fixed_blade | ||
- broadhead_design__mechanical | ||
- broadhead_design__other | ||
- id: 4678 | ||
name: Scooter brake type | ||
description: Specifies the mechanism and design of scooter brakes, such as disc or drum | ||
friendly_id: scooter_brake_type | ||
handle: scooter-brake-type | ||
values: | ||
- scooter_brake_type__combination_brakes | ||
- scooter_brake_type__disc_brakes | ||
- scooter_brake_type__drum_brakes | ||
- scooter_brake_type__foot_brakes | ||
- scooter_brake_type__regenerative_brakes | ||
- scooter_brake_type__other | ||
- id: 4679 | ||
name: Electric scooter motors type | ||
description: Specifies the type and configuration of scooter motors, such as brushed DC or brushless dc | ||
friendly_id: electric_scooter_motors_type | ||
handle: electric-scooter-motors-type | ||
values: | ||
- electric_scooter_motors_type__brushed_dc_motor | ||
- electric_scooter_motors_type__brushless_dc_motor | ||
- electric_scooter_motors_type__other | ||
Comment on lines
+32368
to
+32375
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure about the importance of this one as a standard attribute, I can't find enough examples? |
||
extended_attributes: | ||
- name: Shampoo/Conditioner effect | ||
handle: shampoo-conditioner-effect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10811,8 +10811,8 @@ | |
- age_group | ||
- archery_style | ||
- color | ||
- handwear_material | ||
- hand_side | ||
- handwear_material | ||
- pattern | ||
- target_gender | ||
- id: sg-4-9-1-3 | ||
|
@@ -12382,24 +12382,126 @@ | |
children: | ||
- sg-4-15-1 | ||
- sg-4-15-2 | ||
- sg-4-15-3 | ||
attributes: | ||
- age_group | ||
- color | ||
- pattern | ||
- id: sg-4-15-1 | ||
name: E-Scooters | ||
children: | ||
- sg-4-15-1-1 | ||
- sg-4-15-1-2 | ||
- sg-4-15-1-3 | ||
- sg-4-15-1-4 | ||
attributes: | ||
- age_group | ||
- color | ||
- pattern | ||
- id: sg-4-15-1-1 | ||
name: Commuter E-Scooters | ||
children: [] | ||
attributes: | ||
- age_group | ||
- color | ||
Comment on lines
+12402
to
12406
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are creating a separate category for |
||
- features | ||
- pattern | ||
- range_type | ||
- wheel_type | ||
- id: sg-4-15-1-2 | ||
name: Off-Road E-Scooters | ||
children: [] | ||
attributes: | ||
- age_group | ||
- color | ||
- pattern | ||
- features | ||
- range_type | ||
Comment on lines
+12412
to
+12419
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- wheel_type | ||
- id: sg-4-15-1-3 | ||
name: Performance E-Scooters | ||
children: [] | ||
attributes: | ||
- age_group | ||
- color | ||
- features | ||
- pattern | ||
- range_type | ||
- wheel_type | ||
- id: sg-4-15-1-4 | ||
name: Youth E-Scooters | ||
children: [] | ||
attributes: | ||
- age_group | ||
- color | ||
- features | ||
- pattern | ||
- range_type | ||
- wheel_type | ||
- id: sg-4-15-2 | ||
name: Kick Scooters | ||
children: [] | ||
attributes: | ||
- age_group | ||
- color | ||
- features | ||
- pattern | ||
- range_type | ||
- wheel_type | ||
- id: sg-4-15-3 | ||
name: E-Scooters Parts | ||
children: | ||
- sg-4-15-3-1 | ||
- sg-4-15-3-2 | ||
- sg-4-15-3-3 | ||
- sg-4-15-3-4 | ||
- sg-4-15-3-5 | ||
- sg-4-15-3-6 | ||
- sg-4-15-3-7 | ||
attributes: [] | ||
- id: sg-4-15-3-1 | ||
name: Batteries & Chargers | ||
children: [] | ||
attributes: | ||
- battery_features | ||
- ev_battery_type | ||
- id: sg-4-15-3-2 | ||
name: Wheels & Tires | ||
children: [] | ||
attributes: | ||
- wheel_part_type | ||
- wheel_type | ||
- id: sg-4-15-3-3 | ||
name: Braking Systems | ||
children: [] | ||
attributes: | ||
- material | ||
- scooter_brake_type | ||
- id: sg-4-15-3-4 | ||
name: Handlebars & Controls | ||
children: [] | ||
attributes: | ||
- color | ||
- material | ||
- pattern | ||
- id: sg-4-15-3-5 | ||
name: Frames & Body Parts | ||
children: [] | ||
attributes: | ||
- color | ||
- material | ||
- pattern | ||
- id: sg-4-15-3-6 | ||
name: Electrical Components | ||
children: [] | ||
attributes: | ||
- material | ||
- id: sg-4-15-3-7 | ||
name: Electric Motors | ||
children: [] | ||
attributes: | ||
- electric_scooter_motors_type | ||
- material | ||
Comment on lines
+12495
to
+12504
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These create many overlaps with categories in Hardware and Electronics, let's review them together next week. |
||
- id: sg-4-16 | ||
name: Skateboarding | ||
children: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2210,6 +2210,9 @@ en: | |
egg_turning: | ||
name: Egg turning | ||
description: Describes the method of rotating eggs in incubators, like automatic or manual | ||
electric_scooter_motors_type: | ||
name: Electric scooter motors type | ||
description: Specifies the type and configuration of scooter motors, such as brushed DC or brushless dc | ||
Comment on lines
+2213
to
+2215
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be "motor type", without that "s". |
||
electronic_drum_components: | ||
name: Electronic drum components | ||
description: Specifies the elements of an electronic drum set, such as drum module or drum pads | ||
|
@@ -5171,6 +5174,9 @@ en: | |
scissor_blade_type: | ||
name: Scissor blade type | ||
description: Describes the shape and style of scissor blades, such as curved or scallop | ||
scooter_brake_type: | ||
name: Scooter brake type | ||
description: Specifies the mechanism and design of scooter brakes, such as disc or drum | ||
scope/sight_design: | ||
name: Scope/Sight design | ||
description: Describes the type of design for weapon scopes or sights, e.g. night vision, laser | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21023,6 +21023,15 @@ en: | |
egg_turning__semi_automatic: | ||
name: Semi-automatic | ||
context: Egg turning | ||
electric_scooter_motors_type__brushed_dc_motor: | ||
name: brushed DC Motor | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing capitalization here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, fixed |
||
context: Electric scooter motors type | ||
electric_scooter_motors_type__brushless_dc_motor: | ||
name: Brushless dc motor | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the DC should be capitalized.. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed it to Brushed DC motor |
||
context: Electric scooter motors type | ||
electric_scooter_motors_type__other: | ||
name: Other | ||
context: Electric scooter motors type | ||
electronic_drum_components__cymbal_pads: | ||
name: Cymbal pads | ||
context: Electronic drum components | ||
|
@@ -47885,6 +47894,24 @@ en: | |
scissor_blade_type__straight: | ||
name: Straight | ||
context: Scissor blade type | ||
scooter_brake_type__combination_brakes: | ||
name: Combination brakes | ||
context: Scooter brake type | ||
scooter_brake_type__disc_brakes: | ||
name: Disc brakes | ||
context: Scooter brake type | ||
scooter_brake_type__drum_brakes: | ||
name: Drum brakes | ||
context: Scooter brake type | ||
scooter_brake_type__foot_brakes: | ||
name: Foot brakes | ||
context: Scooter brake type | ||
scooter_brake_type__other: | ||
name: Other | ||
context: Scooter brake type | ||
scooter_brake_type__regenerative_brakes: | ||
name: Regenerative brakes | ||
context: Scooter brake type | ||
scope/sight_design__holographic: | ||
name: Holographic | ||
context: Scope/Sight design | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, we should remove the word "brakes" from these values to keep things consistent (see
Bicycle brake type
as an example).