Sessions 5-7a: 955 tests, deployment ready
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Feature 2.1 — Parlay Scan
|
||||
|
||||
## Overview
|
||||
The flagship user-facing feature. A user submits a parlay (array of prop legs), BetonBLK grades each leg individually, checks for correlations and conflicts between legs, produces an overall parlay grade, and writes the scan to the database. Free users get 5 scans per month. At scan 5, the system fires a personalized upgrade pitch based on what it learned from scans 1-4.
|
||||
The flagship user-facing feature. A user submits a parlay (array of prop legs), VYNDR grades each leg individually, checks for correlations and conflicts between legs, produces an overall parlay grade, and writes the scan to the database. Free users get 5 scans per month. At scan 5, the system fires a personalized upgrade pitch based on what it learned from scans 1-4.
|
||||
|
||||
## Dependencies
|
||||
- Feature 1.3 — Prop Analysis Engine (`POST /api/analyze/batch`)
|
||||
@@ -208,7 +208,7 @@ hook: "You've scanned {total} parlays this month. {good_count} graded B or highe
|
||||
compliment options:
|
||||
- "you've got a good eye" (if good_count >= 3)
|
||||
- "you're getting sharper" (if good_count >= 2)
|
||||
- "BetonBLK is helping you filter" (if good_count >= 1)
|
||||
- "VYNDR is helping you filter" (if good_count >= 1)
|
||||
- "let's find better edges together" (if good_count == 0)
|
||||
|
||||
insight: "Your best edge has been {top_stat_type} {top_direction}s. {tier_benefit}."
|
||||
|
||||
Reference in New Issue
Block a user