1
0
Fork 0

refactor(jaeger): Removed deprecated measurements from Jaeger

This commit is contained in:
Joost De Cock 2020-02-01 16:11:51 +01:00
parent 8d4c97204a
commit 06807e332d

View file

@ -1,146 +1,141 @@
import { version } from "../package.json";
import { version } from '../package.json'
export default {
name: "jaeger",
name: 'jaeger',
version: version,
design: "Joost De Cock",
code: "Joost De Cock",
department: "menswear",
type: "pattern",
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'menswear',
type: 'pattern',
difficulty: 5,
tags: ["top", "jacket"],
tags: ['top', 'jacket'],
optionGroups: {
fit: [
"acrossBackFactor",
"armholeDepthFactor",
"bicepsEase",
"centerBackDart",
"chestEase",
"collarEase",
"cuffEase",
"hipsEase",
"lengthBonus",
"shoulderEase",
"waistEase"
],
sleeves: [
"sleeveBend",
"sleeveLengthBonus",
"sleeveVentLength",
"sleeveVentWidth"
'acrossBackFactor',
'armholeDepthFactor',
'bicepsEase',
'centerBackDart',
'chestEase',
'collarEase',
'cuffEase',
'hipsEase',
'lengthBonus',
'shoulderEase',
'waistEase'
],
sleeves: ['sleeveBend', 'sleeveLengthBonus', 'sleeveVentLength', 'sleeveVentWidth'],
advanced: [
"backNeckCutout",
"chestShaping",
"frontArmholeDeeper",
"frontDartPlacement",
"frontOverlap",
"sideFrontPlacement",
"shoulderSlopeReduction",
"sleevecapHeight",
"sleevecapEase"
'backNeckCutout',
'chestShaping',
'frontArmholeDeeper',
'frontDartPlacement',
'frontOverlap',
'sideFrontPlacement',
'shoulderSlopeReduction',
'sleevecapHeight',
'sleevecapEase'
],
pockets: [
"chestPocketDepth",
"chestPocketWidth",
"chestPocketPlacement",
"chestPocketAngle",
"chestPocketWeltSize",
"frontPocketPlacement",
"frontPocketWidth",
"frontPocketDepth",
"frontPocketRadius",
"innerPocketPlacement",
"innerPocketWidth",
"innerPocketDepth",
"innerPocketWeltHeight",
"pocketFoldover"
'chestPocketDepth',
'chestPocketWidth',
'chestPocketPlacement',
'chestPocketAngle',
'chestPocketWeltSize',
'frontPocketPlacement',
'frontPocketWidth',
'frontPocketDepth',
'frontPocketRadius',
'innerPocketPlacement',
'innerPocketWidth',
'innerPocketDepth',
'innerPocketWeltHeight',
'pocketFoldover'
],
style: [
"centerFrontHemDrop",
"backVent",
"backVentLength",
"buttonLength",
"buttons",
"frontCutawayAngle",
"frontCutawayStart",
"frontCutawayEnd",
"hemRadius",
"lapelStart",
"lapelReduction"
'centerFrontHemDrop',
'backVent',
'backVentLength',
'buttonLength',
'buttons',
'frontCutawayAngle',
'frontCutawayStart',
'frontCutawayEnd',
'hemRadius',
'lapelStart',
'lapelReduction'
],
collar: [
"collarSpread",
"collarHeight",
"collarNotchDepth",
"collarNotchAngle",
"collarNotchReturn",
"collarRoll",
"rollLineCollarHeight"
'collarSpread',
'collarHeight',
'collarNotchDepth',
'collarNotchAngle',
'collarNotchReturn',
'collarRoll',
'rollLineCollarHeight'
]
},
measurements: [
"bicepsCircumference",
"centerBackNeckToWaist",
"chestCircumference",
"hipsCircumference",
"naturalWaist",
"naturalWaistToHip",
"neckCircumference",
"shoulderSlope",
"shoulderToElbow",
"shoulderToShoulder",
"shoulderToWrist",
"wristCircumference"
'bicepsCircumference',
'chestCircumference',
'hipsCircumference',
'hpsToHipsBack',
'naturalWaist',
'naturalWaistToHip',
'neckCircumference',
'shoulderSlope',
'shoulderToElbow',
'shoulderToShoulder',
'shoulderToWrist',
'wristCircumference'
],
dependencies: {
bentBack: "bentBase",
bentFront: "bentBack",
bentTopSleeve: "bentSleeve",
bentUnderSleeve: "bentSleeve",
backBase: "bentBack",
frontBase: "bentFront",
front: "frontBase",
back: "backBase",
side: "frontBase",
collarStand: "front",
collar: "collarStand",
underCollar: "collarStand",
pocket: "frontBase",
pocketLining: "pocket",
chestPocketWelt: "front",
chestPocketBag: "front",
innerPocketWelt: "front",
innerPocketBag: "front",
topSleeve: "bentTopSleeve",
underSleeve: "bentUnderSleeve"
bentBack: 'bentBase',
bentFront: 'bentBack',
bentTopSleeve: 'bentSleeve',
bentUnderSleeve: 'bentSleeve',
backBase: 'bentBack',
frontBase: 'bentFront',
front: 'frontBase',
back: 'backBase',
side: 'frontBase',
collarStand: 'front',
collar: 'collarStand',
underCollar: 'collarStand',
pocket: 'frontBase',
pocketLining: 'pocket',
chestPocketWelt: 'front',
chestPocketBag: 'front',
innerPocketWelt: 'front',
innerPocketBag: 'front',
topSleeve: 'bentTopSleeve',
underSleeve: 'bentUnderSleeve'
},
inject: {
bentBack: "bentBase",
bentFront: "bentBack",
bentTopSleeve: "bentSleeve",
bentUnderSleeve: "bentSleeve",
backBase: "bentBack",
frontBase: "bentFront",
front: "frontBase",
back: "backBase",
side: "frontBase",
collarStand: "front",
collar: "collarStand",
underCollar: "collarStand",
topSleeve: "bentTopSleeve",
underSleeve: "bentUnderSleeve",
pocketLining: "pocket"
bentBack: 'bentBase',
bentFront: 'bentBack',
bentTopSleeve: 'bentSleeve',
bentUnderSleeve: 'bentSleeve',
backBase: 'bentBack',
frontBase: 'bentFront',
front: 'frontBase',
back: 'backBase',
side: 'frontBase',
collarStand: 'front',
collar: 'collarStand',
underCollar: 'collarStand',
topSleeve: 'bentTopSleeve',
underSleeve: 'bentUnderSleeve',
pocketLining: 'pocket'
},
hide: [
"bentBase",
"bentBack",
"bentFront",
"bentSleeve",
"bentTopSleeve",
"bentUnderSleeve",
"frontBase",
"backBase"
'bentBase',
'bentBack',
'bentFront',
'bentSleeve',
'bentTopSleeve',
'bentUnderSleeve',
'frontBase',
'backBase'
],
options: {
// Constants
@ -238,4 +233,4 @@ export default {
buttonLength: { pct: 30, min: 30, max: 60 },
buttons: { count: 2, min: 1, max: 3 }
}
};
}