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
I ran a league with a friend of mine and he asked me if there was a way to keep track of match scores locally, and I thought it would be a good idea to have that. So here it is:
Added a button to the Score UI to "Export Scores"
Added method to export scores in XLSX file (output goes to /out/score_export.xlsx)
Additionally, added a Contributing MD file for anyone who may want to contribute into the project and don't know how to get started. This would fix an issue I opened some months ago: #913
Screenshots:
Scoreboard with button and modal after exporting scores
Hi!
Thanks for the contribution. Before this PR goes anywhere, just for clarity sake, what does this export look to accomplish? I understand that it keeps a running local export of matches and scores, but I want to try and see if there's use for such a feature outside of just that, as it may need to be tweaked a bit implementation wise before it would go into TSH itself.
what does this export look to accomplish? I understand that it keeps a running local export of matches and scores, but I want to try and see if there's use for such a feature outside of just that, as it may need to be tweaked a bit implementation wise before it would go into TSH itself.
Hello!
Just keeping track of matches scores. We had to maintain a file manually separately and it is a bit annoying. I don't have any other use case in mind at the moment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran a league with a friend of mine and he asked me if there was a way to keep track of match scores locally, and I thought it would be a good idea to have that. So here it is:
/out/score_export.xlsx)Additionally, added a Contributing MD file for anyone who may want to contribute into the project and don't know how to get started. This would fix an issue I opened some months ago: #913
Screenshots:
Scoreboard with button and modal after exporting scores

Export file
