Skip to content

Commit 59942d1

Browse files
authored
Merge pull request #172 from Accedia/feat/groups-sorting-add-all-groups
Feat/groups sorting add all groups
2 parents ec16555 + 3106f44 commit 59942d1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

electron-app/src/constants/ordered_group_ids.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,51 @@ export const ORDERED_GROUP_IDS: string[] = [
88
'hood',
99
'fender',
1010
'frontinnerstructure',
11+
'frame2wdor4wo',
1112
'frame',
1213
'electrical',
14+
'enginetransaxle',
1315
'engine',
1416
'enginetransmount',
1517
'turbochargerintercooler',
1618
'transmissioncooler',
19+
'exahaustsystem',
1720
'exhaustsystem',
1821
'emissionsystem',
1922
'wheels',
23+
'frontsuspension2wdor4wd',
2024
'frontsuspension',
25+
'steeringgearlinkage2wdor4wd',
2126
'steeringgearlinkage',
2227
'steeringcolumn',
2328
'steeringwheel',
2429
'windshield',
2530
'cowl',
31+
'bodyshellcabsupercab',
2632
'cab',
2733
'instrumentpanel',
2834
'console',
2935
'restraintsystem',
36+
'seatstracks',
3037
'seats',
3138
'rollbarcomponents',
39+
'removabletophardtoporconvertiblesofttop',
3240
'removabletop',
3341
'roof',
3442
'roofwithorwithoutsunroof',
3543
'pillarsrockerfloor',
3644
'frontdoor',
3745
'reardoor',
3846
'sideloaddoor',
47+
'sideloadingdoor',
3948
'quarterpanel',
4049
'sidepanel',
4150
'backglass',
51+
'backglassstationarysliding',
4252
'pickupbox',
4353
'fuelsystem',
54+
'backglass',
55+
'rearsuspension2wdor4wd',
4456
'rearsuspension',
4557
'rearbodyfloor',
4658
'decklid',
@@ -51,8 +63,10 @@ export const ORDERED_GROUP_IDS: string[] = [
5163
'colordocumentation',
5264
'specificfasteners',
5365
'specificfluids',
66+
'stripedtape',
5467
'stripetape',
5568
'vehiclediagnostics',
5669
'miscellaneousoperations',
5770
'recycledassemblies',
71+
'no_group',
5872
];

0 commit comments

Comments
 (0)