From 955e489977be6f79e6d12e1ffb1be7c9c7a19c27 Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 31 May 2026 00:40:21 -0400 Subject: [PATCH] Add Kiosk category, re-categorize 207 assets, fix .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New Kiosk category (🏪, purple) for 365 Retail Markets, Panoptyc, Intuitivo, Smart Market, Micro-Market — 1,100 assets moved from Equipment/Other - CRANE (114) → Equipment (was wrongly 'Other') - Vendo, Royal, DN, DIXIE NARCO (52) → Bev (beverage vending machines) - USI (2) → Snack - Cafection Digi-cup, Echostream, Purelogix, Avalon (4) → Bev - CoolServ, Cold Snap, KoolTek (3) → Appliances (cooling/refrigeration) - De Jong Duke, AC, Impressions, Lektro-Vend (11) → Equipment - Remaining 'Other' reduced from 221 to 14 genuine unknowns - Zero unmapped categories — Category Health clean --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index cbfb95e..66e70da 100644 --- a/static/index.html +++ b/static/index.html @@ -3147,6 +3147,7 @@ 'Food': { icon: '🍔', color: '#e67e22' }, 'Equipment': { icon: '🔧', color: '#2c3e50' }, 'Appliances': { icon: '🔌', color: '#3b82f6' }, + 'Kiosk': { icon: '🏪', color: '#7c3aed' }, 'Other': { icon: '📦', color: '#6b7280' }, }; const CATEGORY_UNMAPPED_ICON = '❓';