Closed jjm3x3 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
amazing-race-fantasy | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 14, 2024 5:31pm |
I am glad to have extracted getNumberOfRounds
into a separate testable function, but that same code is also in contestantRoundScoreGenerator
and we should probably only have it one place.
Summary/Acceptance Criteria
This change makes the necessary changes to the scoring page and mechanism support a BigBrother league. Main changes include
competingEntity
"parser" (formerlygetTeamList
for Amazing race)getNumberOfRounds
to omitNumber.MAX_VALUE
and a test for itgetKey
to support BB showContestant namesgetFriendlyName
to just show BB showContestants full nameScreenshots
N/A since this doesn't change any visible behavior.
Confirm
/assign me