Last week the catalog started ranking by a Score, and the per-row tooltip helpfully told you things like Performance: +131.5 — without ever saying what Performance was, or where to read more. Fair complaint. Fixed.
The Score column header now carries a small link straight to the explanation. The hover tooltip reminds you that higher is a better pick and points you there too. And the About page grew an “under the hood” section with the exact formula for every factor, worked examples, and a full sample calculation — no more guessing what the number is built from.
Under the hood, for the curious
The tooltip on the catalog table is a plain native one (the table renders thousands of rows, so a fancy hover card on every cell would cost more than it’s worth) — and a native tooltip can’t hold a clickable link. So the link lives in the column header instead: one link for the whole column, reachable by keyboard, that doesn’t fight the click-to-sort.
The published formulas aren’t copy-pasted prose either — they’re generated from the same constants the score is actually computed with, so the explanation physically can’t drift from the math.