Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

[Feature Request] Stats Download #110

Closed
xe1os opened this issue Jul 27, 2019 · 5 comments
Closed

[Feature Request] Stats Download #110

xe1os opened this issue Jul 27, 2019 · 5 comments
Labels
feature suggestion Something to think about.
Projects

Comments

@xe1os
Copy link

xe1os commented Jul 27, 2019

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like

  1. Option of uploading teams with respective player id's in web panel using csv or xls.
    Example template - teamname,teamtag,logoname,country,player1,player2,player3,player4,player5,player6,publicteam(boolean)

  2. Option of downloading match stats into an .xls or csv file from Web Panel.

Describe alternatives you've considered
N/A

Additional context

  1. It will be easier to upload a file from a template rather than manually updating for each team.
  2. Downloaded stats can be used in uploading to a different website or application for record/analysis.
@xe1os xe1os added the feature suggestion Something to think about. label Jul 27, 2019
@TandelK
Copy link

TandelK commented Jul 28, 2019

I think this will be a good idea for getting teams ready up from Excel Sheet for both Team Upload and Stats Download

@PhlexPlexico
Copy link
Owner

Provided testing can be done for the PR that's been up for some dependency updates, I'll look into this. Found another bug with file uploads, and would not like to go through that whole ordeal again. I think the download would be pretty simple because there is probably a library available, but would you prefer individual stats for a person across the entire platform as well? Or just matches? I'll look into it, but don't expect it to be done anytime soon.

@xe1os
Copy link
Author

xe1os commented Jul 29, 2019

@PhlexPlexico thank you for considering this. Would be great if the stats of both individual and matches are allowed to download.

@PhlexPlexico
Copy link
Owner

I also forgot to mention, there are currently ways of retrieving stats and using some excel magic to convert them to an excel/CSV format, which we do in our small league for Vmix. If you take at /match/:matchid:/scoreboard it produces a JSON object of the entire series, but I'll see what I can do for a CSV export.

@PhlexPlexico
Copy link
Owner

Commit a741812 which is now on the development branch can export CSV from a match, given a map number. It can be accessed via /match/<int:matchid>/map/<int:mapid> where 0 is the first map. Please test and confirm if it works alright!

@PhlexPlexico PhlexPlexico added this to In Testing in Release 0.3 Jul 31, 2019
@PhlexPlexico PhlexPlexico changed the title [Feature Request] Teams Upload & Stats Download [Feature Request] Stats Download Aug 2, 2019
@PhlexPlexico PhlexPlexico moved this from In Testing to Done in Release 0.3 Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature suggestion Something to think about.
Projects
No open projects
Release 0.3
  
Done
Development

No branches or pull requests

3 participants