From 61cddae7e65b6e0c5364914f2385b794e6da34ca Mon Sep 17 00:00:00 2001 From: "Austin L." <86896075+rvnminers-A-and-N@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:50:40 +0000 Subject: [PATCH] fix(ui): file the aroma sweet note under Sweet & bakery, not Other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- training/workbench.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/training/workbench.html b/training/workbench.html index a7a96fd..52fc276 100644 --- a/training/workbench.html +++ b/training/workbench.html @@ -1247,8 +1247,11 @@

Software & type

['Wood, resin & amber', ['woody','cedarwood','sandalwood','vetiver','patchouli','pine','fir','terpenic', 'resinous','amber','labdanum','frankincense','myrrh','opoponax','elemi','styrax','oakmoss','costus', 'davana','balsamic']], - ['Sweet & bakery', ['vanilla','caramel','maple','honey','tonka','bready','popcorn','malty','nutty', - 'hazelnut','almond','cocoa','coffee','coconut','lactonic']], + // sweet here is the AROMA head — a sweet smell, a different head from taste:sweet, which gets its + // own chip in the Taste section. Unlisted it fell into the Other bucket and read like an + // uncategorised leftover rather than a deliberate note. + ['Sweet & bakery', ['sweet','vanilla','caramel','maple','honey','tonka','bready','popcorn','malty', + 'nutty','hazelnut','almond','cocoa','coffee','coconut','lactonic']], ['Dairy & fatty', ['buttery','creamy','cheesy','fatty','waxy','rancid']], ['Savoury & sulfur', ['meaty','truffle','garlic','onion','sulfurous','mushroom','fishy']], ['Earthy, tobacco & leather', ['earthy','musty','corky','tobacco','leathery']],