Improve Rankings Display #1572
|
For simplicity, we should just render this on the fly for now. Add a property |
|
For the played offsets (only for live events, I think), the table should look something like this:
|
This was referenced Jul 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some good feedback from this thread: https://www.chiefdelphi.com/forums/showthread.php?t=149455
Ideas
Both of these items, I feel, should go in parentheses alongside the official number so it's clear they aren't official metrics.
Implementation
TBA stores rankings in a JSON array of arrays. The first row is an array of column headers and then following are rows in the rankings table. This is because we want the storage format to be generic enough to store multiple years of ranking data (which vary pretty widely). We need to be careful about backwards compatibility - existing versions of the android expect the format to be a certain way, and if we change it, we'll cause crashes.
We can calculate these fields in the parser.