Skip to content

Instantly share code, notes, and snippets.

@sahilkhosla
Last active May 10, 2024 15:00
Show Gist options
  • Save sahilkhosla/3dcdbe5f211bdbb505acd4f22150050d to your computer and use it in GitHub Desktop.
Save sahilkhosla/3dcdbe5f211bdbb505acd4f22150050d to your computer and use it in GitHub Desktop.
const factors = {
wh01: {
q1: ['Light', 'Crisp'],
q2: ['Citrus', 'Mineral']
},
wh02: {
q1: ['Light', 'Crisp'],
q2: ['Fruity']
},
wh03: {
q1: [],
q2: ['Floral', 'Grassy']
},
wh04: {
q1: ['Bold', 'Rich'],
q2: ['Fruity', 'Tropical']
},
wh05: {
q1: ['Bold', 'Rich'],
q2: ['Spiced / Toasty / Oaky', 'Creamy & Buttery']
},
wh06: {
q1: [],
q2: ['Nutty']
},
re11: {
q3: ['Light', 'Fresh'],
q4: ['Juicy', 'Fruity']
},
re12: {
q3: ['Elegant', 'Smooth'],
q4: ['Savoury']
},
re13: {
q3: ['Rich', 'Bold', 'Smooth'],
q4: ['Juicy', 'Fruity', 'Jammy']
},
re14: {
q3: ['Light', 'Fresh'],
q4: ['Fruity', 'Peppery'],
q5: ['I Love It!']
},
re15: {
q3: ['Rich', 'Bold', 'Elegant', 'Smooth'],
q4: ['Toasty / Smoky', 'Spiced', 'Oaky'],
q5: ['I Love It!', "It's Fine"]
},
re16: {
q3: ['Rich', 'Bold'],
q4: ['Leather', 'Peppery'],
q5: ['I Love It!']
},
sp21: {
q6: ['Sparkling']
},
ro22: {
q6: ['Rosé']
},
nw23: {
q2: ['Funky'],
q6: ['Funky Natural']
},
nr24: {
q4: ['Funky'],
q6: ['Funky Natural']
},
or25: {
q6: ['Orange']
},
sw26: {
q6: ['Sweet']
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment