From 9f877614c14201c57dacc82b35bf3acacbc7b146 Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Fri, 22 May 2026 10:11:18 +0200 Subject: [PATCH] fix: soft factor scores use 0-1 scale matching the scoring engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LOW=0.30 / MEDIUM=0.55 / HIGH=0.85 — previously 3/5/8 which clamped every soft factor to 100 regardless of level chosen. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/supply/NewListing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/supply/NewListing.tsx b/src/pages/supply/NewListing.tsx index e9c3b91..224bacd 100644 --- a/src/pages/supply/NewListing.tsx +++ b/src/pages/supply/NewListing.tsx @@ -50,7 +50,7 @@ const LEVEL_OPTIONS = [ ] const LEVEL_TO_SCORE: Record = { - LOW: 3, MEDIUM: 5, HIGH: 8, '': undefined, + LOW: 0.30, MEDIUM: 0.55, HIGH: 0.85, '': undefined, } const FIT_OUT_OPTIONS = [