Background
src/component/creator-events/AddMatchForm.tsx (173 lines) collects only
teamA, teamB, matchTime:
src/component/creator-events/MatchList.tsx (107 lines) renders each
match's outcome badge but has no concept of a bonus multiplier:
[id]/matches/page.tsx's handleAddMatch (lines 122-142) and Match
interface (lines 22-30) also have no multiplier field.
Goal
Let creators mark a match as a "bonus" (2x or 3x points) match in
AddMatchForm, persist it through addMatch(...) (Issue 1's new
signature), and display a multiplier badge in MatchList.
Acceptance Criteria
Background
src/component/creator-events/AddMatchForm.tsx(173 lines) collects onlyteamA,teamB,matchTime:src/component/creator-events/MatchList.tsx(107 lines) renders eachmatch's outcome badge but has no concept of a bonus multiplier:
[id]/matches/page.tsx'shandleAddMatch(lines 122-142) andMatchinterface (lines 22-30) also have no multiplier field.
Goal
Let creators mark a match as a "bonus" (2x or 3x points) match in
AddMatchForm, persist it throughaddMatch(...)(Issue 1's newsignature), and display a multiplier badge in
MatchList.Acceptance Criteria
AddMatchFormhas a 3-way multiplier selector defaulting to1x,2or3shows a "⚡ Nx Points"1show no extra badge (no visual noise for