The prize is whatever the store wants it to be
Prizes stop being a hardcoded dollar amount. A store types anything — “$100 cash”, “$50 store credit”, “a High Noon booster of your choice”, even “a Pokémon booster box” — and the leaderboard, admin, and TV board all render the store's own prize text. It's a small change that makes the platform fit every shop's economics instead of forcing ours.
Right now the prize is effectively a fixed dollar value baked into the product. But every store's economics are different: one wants to give store credit to drive return visits, another has a case of boosters to move, another just wants to put up cash. A hardcoded number fits none of them.
Worse, it makes the prize feel like ours, not the store's. Organized Play works when the shop owns the event — their brand, their room, their reward. A prize they can't phrase in their own words is a subtle signal that this is our tournament running in their store.
The fix is small in code and big in fit: let the store define the prize as free text and render that text everywhere the prize appears.
One free-text field, rendered everywhere the prize shows.
The admin console takes prize as free text — cash, store credit, a specific product, a bundle, anything. No dropdown, no dollar-only assumption.
The public leaderboard, the admin panel, and the cinematic TV board all display the store's exact prize text, so what players see matches what the shop actually offers.
The reward reads in the store's own words, reinforcing that this is their event — the ownership that makes Organized Play stick.
Not yet built. Small surface, here's the plan.
Origin: A hardcoded dollar prize fits no store's real economics. Freeform text lets every shop define the reward its own way.
Prereqs: None blocking — tournament settings and the render surfaces already exist; this swaps a fixed value for free text.
Status: Designed and on the roadmap, no production code yet. P1 is a small, high-fit change; P2 adds structured tiers and imagery later.
Internal strategy page. Keep this honest as the build changes.