Use case: during a race, at the end of each round the race data is uploaded on a Google Spreadsheet which is refreshed with new data. All the racers can have access to it to check times and manches in real time.
What's needed
A Google access token. A new button is needed to call the Google OAuth to get a token with the correct authorization. The token is then stored in the program configuration for reuse.
A new button to start recording data for the current race. A new spreadsheet is created, and the link to it is displayed in the program. Maybe have a QR code too for easy access for the players.
After each round the spreadsheet is emptied and refreshed with the new data. Data includes the player view and the manches view (maybe on 2 different sheets?)
Use case: during a race, at the end of each round the race data is uploaded on a Google Spreadsheet which is refreshed with new data. All the racers can have access to it to check times and manches in real time.
What's needed