docs: document quality_tier (A/B/C) on /opportunities/ev#287
Merged
Conversation
Add the grader-certified quality_tier (A/B/C) field, live on /opportunities/ev as of 2026-07-14 (sharp-api-go #1204). Covers the endpoint field reference, a Quality Tier section with the A/B/C criteria + a real high-EV-but-B example, an EV Calculation methodology section on the grading rationale, and the OpenAPI schema (EVOpportunity.quality_tier, enum A/B/C, not required — omitted on suspended rows). Documents it as output-only (no query filter). Bumps openapi info.version 3.1.0 -> 3.2.0 with a CHANGELOG entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
Merge gate (auto-classified): gate=docs — auto-classified by the gate-log enforcer (6min after merge, no Posted by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the
quality_tierfield (grader-certifiedA/B/C), which went live on/opportunities/evon 2026-07-14 whenEV_QUALITY_TIERwas flipped on in production (sharp-api-go #1204). The field was shipping undocumented — this closes that gap.What changed
content/en/api-reference/opportunities-ev.mdx—quality_tierrow in the response-field table + a new Quality Tier section (A/B/C criteria table, output-only note, and a real high-EV-but-B example that preempts the "why isn't my high-EV row an A?" support ticket).content/en/concepts/ev-calculation.mdx— a Quality Tiers methodology section explaining the grading rationale (why stated EV and realized results diverge; the low-band bleed; segment reliability caps).public/openapi.json—EVOpportunity.quality_tier(type: string,enum: [A, B, C], not inrequired);info.version3.1.0 → 3.2.0.public/openapi-version.json+CHANGELOG.md— version bump + entry.Verified against the live API (docs-reality)
quality_tierquery filter (confirmed in the Go handler); documented as such, no invented parameter.ev_percentageis the exact value the tier bands use (transformEVpasses it through), so the criteria reference the visible field — no phantom "corrected EV".is_suspended) — matchestransformEVdeleting the key; schema leaves it out ofrequired.1st_5_innings_total_runs@ 7.35 = A vstotal_runs@ 7.94 = B) is a real captured pair — the higher-EV row is B because its segment is watch-flagged.Scope
English source + the language-agnostic OpenAPI spec. de / pt-BR / es prose translations are a follow-up (tracked separately; the spec already covers machine consumers for all locales). No nav/
_meta.jschange (edits to existing pages).Checks
scripts/check-openapi-version.mjs) passes locally:info.version 3.1.0 -> 3.2.0; OK.<Callout>tags balanced; all cross-link anchors resolve. Vercel preview will validate the full MDX build.Refs sharp-api-go#1204 · crew #2950
Type: docs