ANadig / YellowFruit

QB Stats App
14 stars 7 forks source link

Standardize game IDs in exports #50

Open jonahgreenthal opened 1 year ago

jonahgreenthal commented 1 year ago

When exporting to QBJ, the game ID seems to consist of

Match_{roundNumber}_{leftTeamName}_{rightTeamName}

When exporting to SQBS, the game ID seems to consist of

R{roundNumber}-{leftTeamName}-{rightTeamName}

These are essentially arbitrary, but it would be nice for them to be consistent.