topcoder-platform / leaderboard-ui

0 stars 3 forks source link

Manually populate scores #13

Open ajefts opened 5 years ago

ajefts commented 5 years ago

How quickly could we make it an option to populate scores manually for the scoreboard views via contentful? The use case is we'd like to show the live broadcast and some other pages on the website, but currently it would show the empty scoreboard panel....

callmekatootie commented 5 years ago

If you can let me know what the data structure is going to be, I can add that in later today after the opening event. I imagine an array of objects with the structure

{
handle
country
countryFlag
aggregateScore
testsPasssed
}