Skip to content

Commit 6f5f7ea

Browse files
fix(ui): file the aroma sweet note under Sweet & bakery, not Other (#259)
The notes picker groups heads into perceptual families and sweeps anything unlisted into an Other bucket so no head is silently dropped. The aroma `sweet` head was never listed, so it landed in Other alongside `odorless` — reading as an uncategorised leftover rather than the deliberate note it is, and sitting oddly far from vanilla/caramel/honey where a flavorist would look for it. `odorless` stays in Other on purpose: it is the absence of a percept, so it has no perceptual family to belong to, and Other is the honest home for it. Found while reconciling the chip pickers against the head roster after the retrain in #258 (164 -> 167 heads). The three heads that newly cleared the AUROC bar — blackberry, fig, magnolia — were already covered by the Fruity and Floral families, so nothing else moved. Signed-off-by: Austin L. <86896075+rvnminers-A-and-N@users.noreply.github.com>
1 parent 928a9f0 commit 6f5f7ea

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

training/workbench.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,8 +1247,11 @@ <h4>Software &amp; type</h4>
12471247
['Wood, resin &amp; amber', ['woody','cedarwood','sandalwood','vetiver','patchouli','pine','fir','terpenic',
12481248
'resinous','amber','labdanum','frankincense','myrrh','opoponax','elemi','styrax','oakmoss','costus',
12491249
'davana','balsamic']],
1250-
['Sweet &amp; bakery', ['vanilla','caramel','maple','honey','tonka','bready','popcorn','malty','nutty',
1251-
'hazelnut','almond','cocoa','coffee','coconut','lactonic']],
1250+
// sweet here is the AROMA head — a sweet smell, a different head from taste:sweet, which gets its
1251+
// own chip in the Taste section. Unlisted it fell into the Other bucket and read like an
1252+
// uncategorised leftover rather than a deliberate note.
1253+
['Sweet &amp; bakery', ['sweet','vanilla','caramel','maple','honey','tonka','bready','popcorn','malty',
1254+
'nutty','hazelnut','almond','cocoa','coffee','coconut','lactonic']],
12521255
['Dairy &amp; fatty', ['buttery','creamy','cheesy','fatty','waxy','rancid']],
12531256
['Savoury &amp; sulfur', ['meaty','truffle','garlic','onion','sulfurous','mushroom','fishy']],
12541257
['Earthy, tobacco &amp; leather', ['earthy','musty','corky','tobacco','leathery']],

0 commit comments

Comments
 (0)