You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is written in elm, and atomically deployed by netlify only after passing all of the tests, so it is relatively hard to crash it.
However it talks to the Google Sheets Api, and there can definitely be problems with the connection to the api, and with the data in the sheet.
It would be good to create a page to look for nd display such problems, and to suggest solutions. League administrators / editors can then look at this page and make any changes necessary.
There should probably be an overall section (with global problems such as connection to the api), and then a section for each league (with problems specific to a particualr league).
Global section problems
There could be a problem with the Google Api key, such as it hitting a rate limit, being set up wrongly, or being disabled
The spreadsheet might not be published to the web, which stops it being accessible to the api.
League specific problems
The dates in the "Date Played" column might not be formatted as dates, and not converted by the elm code.
A team name might be spelt / misspelt in different ways, which the code will interpret as two separate teams
A player name might be spelt / misspelt in different ways, which the code will interpret as two separate players
A comma might be missing in the "Home Scorers" or "Away Scorers" sections, which would result in the player name being wrong.
The text was updated successfully, but these errors were encountered:
The application is written in elm, and atomically deployed by netlify only after passing all of the tests, so it is relatively hard to crash it.
However it talks to the Google Sheets Api, and there can definitely be problems with the connection to the api, and with the data in the sheet.
It would be good to create a page to look for nd display such problems, and to suggest solutions. League administrators / editors can then look at this page and make any changes necessary.
There should probably be an overall section (with global problems such as connection to the api), and then a section for each league (with problems specific to a particualr league).
Global section problems
League specific problems
The text was updated successfully, but these errors were encountered: