builtbykev
80683e71b4
Session 43: Data pipeline + audit fixes + depth chart foundation (2045 tests)
...
P0 fixes + wiring real data into the S42 Player Intelligence architecture.
- P0 dropdown z-index: the nav's backdrop-filter stacking context let the
Ticker/HeartbeatBar paint over the avatar/More dropdowns and eat clicks.
nav now position:relative zIndex:2; menus zIndex:100. Avatar Settings ->
/settings.
- Real MLB stats: mlbStatsAdapter.searchPlayer + getPlayerStats (name->id->
season+gamelog). playerIntelService.resolvePlayerStats normalizes into the
archetype classifier; getPlayerIntel returns found:true + real season +
archetype classified from real stats. NBA via nbaStatsClient (degrades).
- Game cards: slateAdapter.groupPropsByPlayer (playerStrips, name once) +
mapPitchers (MLB probables), folded into mapScheduleToGameCards. Legacy
GameCard line grid renders BookChip (brand colors) not grey text.
- Grade card intel: analyzeViaEngine1.buildIntelFields computes stat-context +
form/usage/matchup/rest from the existing feature vector (zero extra I/O);
gradeAdapter lights up the card sections. Archetype deferred (needs season
line at grade time).
- Depth chart foundation: depthChartService (getLineup/getDepthChart/
getCascadeProjection) + /api/stats/lineup|depth|cascade, graceful + injectable.
- Mobile: player hero name overflow-wrap + 24px on <=640px (was clipping).
Backend 2011 -> 2045 tests (+34), 163 suites. Web build clean (exit 0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-18 15:38:06 -04:00
builtbykev
8bc79f3c38
Session 42: Player Intelligence System — archetypes, stat strips, player profile, enhanced cards (2011 tests)
...
Built from the Claude Design "VYNDR Player Intelligence" bundle (10 sections).
- Archetypes: src/services/archetypeService.js — 41 archetypes (15 NBA / 5
WNBA-unique / 15 MLB / 6 soccer), classify -> primary+secondary+blend.
Frontend visual map web/src/lib/archetypes.js (colors verified == backend).
ArchetypeBadge (full/ghost/tint + glyphs) + ArchetypeBlend (DNA bar).
- StatStrip (compact/expanded): player name once, horizontal mono stats,
inline GradeBadge props, onPlayerClick -> profile.
- Stats API: extended src/routes/stats.js with /player/:name, /leaders,
/game/:id (rate-limited). Aggregation in playerIntelService.js (sanitizes
name param; grades cache; graceful on cold cache). Next proxies added.
- Player Profile /player/[name]: all 9 design sections, graceful empty states.
- Enhanced GameCard (MLB pitchers + player-grouped StatStrips) + GradeResultCard
(archetype strip + stat context + VYNDR intelligence, optional/self-hiding via
gradeAdapter.buildIntelFields). Player-name links wired everywhere.
- Settings page replaces the S41 redirect (account/subscription/notifications/
display/responsible-play/danger-zone with DELETE-gated delete). LINKS to the
real /settings/security MFA page — does not replace it. + BookChip.
- Bonus: Stats Explorer /explore (real /api/stats/leaders leaderboard); added
Explore + Settings to Nav MORE.
Deferred (need data pipelines, Session 43): Team Hub, Offseason Intel, Slate
redesign, Stats Explorer sub-panels.
Backend 1940 -> 2011 tests (+71), 157 suites. Web build clean (exit 0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-18 11:12:24 -04:00
builtbykev
32069863dc
Session 41: P0 audit fixes — MLB stat_types, broken routes, tier mismatch, self-hosted fonts (1940 tests)
...
- Backend: whitelist MLB stat_types in analyze.js + scan.js gates (mirrors
python validation.py); fixes MLB scans 400ing.
- Routes: /settings -> /profile, /report -> /blog redirect pages.
- Profile: read tier from useAuth().tier (nav's source) to kill the
Free-vs-DESK mismatch.
- Fonts: self-host Inter/JetBrains Mono/IBM Plex Mono via next/font, drop the
503ing fonts.googleapis.com <link>; rewire literal font-family refs to vars.
- Kept /settings/security (real MFA page) intact — NOT clobbered to a redirect.
- +33 tests (1907 -> 1940), 149 suites; web build clean (exit 0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-17 21:55:40 -04:00
builtbykev
a3351e2135
Sessions 29-30: Content templates + PropLine 3-key adapter + MLB Stats API + ESPN summary (1694 tests)
2026-06-14 22:29:01 -04:00
builtbykev
927c4a5c65
Session 29: Content generation templates — slate threads, POTD, recaps, matchup previews (1660 tests)
2026-06-13 21:30:57 -04:00
builtbykev
c48aecd510
Session 28: Parlay builder, line movement tracker, book comparison — 3 features, zero credits (1623 tests)
2026-06-13 12:37:08 -04:00
builtbykev
66fafd8429
Session 27: PWA autopilot — NetworkFirst cache policy, stale bucket cleanup, offline fallback, push helper, manifest polish, tier fix (1584 tests)
2026-06-13 10:57:49 -04:00
builtbykev
f8a51cd9d0
Session 26: Cross-sport tab counts, scan copy fix, game card visual polish, empty section auto-hide (1579 tests)
2026-06-12 20:18:55 -04:00
builtbykev
956cdb863a
Session 25: Fix all data rendering — proxy routes, Tank01 normalizer, box-score bridge, inline streaks (1579 tests)
2026-06-12 17:58:55 -04:00
builtbykev
433e827103
Session 24: Connect everything — Slate wired to all sources, copy fixed, nav fixed, startup prefetch, language button removed (1571 tests)
2026-06-12 15:45:19 -04:00
builtbykev
0538205fab
Session 23: All-day intelligence layer — schedule, game lines, streaks, hot lists, stat filtering, ParlayAPI dead (1567 tests)
2026-06-12 11:16:58 -04:00
builtbykev
6ab49d4c37
Session 22: Tracker-driven quota guard, configurable cache TTL (1hr default), opt-in odds prewarmer (1505 tests)
2026-06-12 02:41:51 -04:00
builtbykev
ea848e327e
Session 21: All adapters through gateway, ntfy alerts, provider registry correction (1486 tests)
2026-06-12 02:06:22 -04:00
builtbykev
9b10bb4138
Session 20: Provider intelligence — quota tracker, gateway with fallback cascade, admin quota dashboard (1476 tests)
2026-06-12 00:54:39 -04:00
builtbykev
56392ec8f4
Session 19: Sports design overhaul — player cards with headshots, game card redesign, scan page tonight's players, odds diagnostic logging, tier gate utility (1444 tests)
2026-06-12 00:30:13 -04:00
builtbykev
0e3839a90a
Session 18: Admin dashboard + Tank01 prefetch endpoint (1443 tests)
2026-06-11 22:29:38 -04:00
builtbykev
beaf8b2a61
Session 17: Audit response — checkout 401 fix, hero prop 404 fix, Slate parsing fix, ALL tab cascade isolation, cookie/nav/footer/autocomplete polish (1438 tests)
2026-06-11 21:22:59 -04:00
builtbykev
73b65a0248
Session 16: Live hero prop, sport-specific markets fix, soccer weather, Sentry CSP (1429 tests)
2026-06-11 18:15:25 -04:00
builtbykev
167996d99a
Session 15: Intelligence hardening — park factors, weather, Tank01 prefetch, pace factors, signal audit, founder pricing fix (1405 tests)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-06-11 16:21:18 -04:00
builtbykev
f5d79cf70d
Session 14: Africa checkout, Tank01 NBA/MLB wiring, WNBA+MLB odds proxies, OAuth icons, loading skeletons (1330 tests)
2026-06-11 10:06:49 -04:00
builtbykev
10159209fa
Session 13: The Slate, Africa geo-restriction, OAuth providers, PropRow + GameCard (1311 tests)
2026-06-11 03:48:07 -04:00
builtbykev
d957dee17b
Session 12: i18n (10 languages, cookie-based), Africa tier .99, locale switcher, RTL Arabic (1305 tests)
2026-06-10 22:24:40 -04:00
builtbykev
e5c45ecc8e
Session 10: Internal auth refactor, prefetch cascade keys, Sentry, welcome email (1286 tests)
2026-06-10 20:45:05 -04:00
builtbykev
b55dcbd614
Session 9: api-football + FootApi + Tank01 adapters, grace period middleware, cookie consent, /pricing page, OOM fix documented (1240 tests)
2026-06-10 19:41:37 -04:00
builtbykev
4db1c1c539
Session 8: Frontend Stripe cutover, soccer pages, sport selector, grade result cards, beta badge
2026-06-10 15:34:23 -04:00
builtbykev
ad5ea8d5a8
Session 7j: Soccer intelligence - 9 leagues, 11 signals, 6 traps, poller, prefetch, 131 new tests (1173 total)
2026-06-10 14:50:13 -04:00
builtbykev
b9084408bf
Session 7i: Stripe test coverage gaps filled, dual-provider cutover documented (1042 tests)
2026-06-10 13:55:59 -04:00
builtbykev
d4e5e76452
Session 7h: Stripe products, tier config, scan limits, response gating, free tier
2026-06-10 13:24:11 -04:00
builtbykev
4e18eb1efe
Sessions 7e-7g: Grading path unified - adapter, computeFeatures, analyzeViaEngine1, all routes migrated, dead code removed
2026-06-10 10:23:55 -04:00
builtbykev
4815ceac03
Sessions 7e+7f: Grade adapter, normalize consolidation, computeFeatures, analyzeViaEngine1, scan/parlay migrated to engine1
2026-06-10 09:28:30 -04:00
builtbykev
012c0ef47e
Session 7e: Grade adapter, normalize consolidation, ARCH-2 banners
2026-06-10 03:37:07 -04:00
builtbykev
6f4a353de9
Session 7d: Audit fixes - rate limiting, error leak, parallel parlays, analyze cache, bundle analyzer
2026-06-10 03:12:20 -04:00
builtbykev
d954e4d952
Session 7c: Code audit - system manifest, env var documentation, 11 findings catalogued
2026-06-10 02:26:21 -04:00
builtbykev
5c44922937
Session 7b: Fix pipeline - body parser, Redis queueing, poller visibility, auto-start
2026-06-10 01:22:55 -04:00
builtbykev
1fa04dc776
Sessions 5-7a: 955 tests, deployment ready
2026-06-08 18:35:13 -04:00