Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamReport spreadsheet generation #7

Open
5 tasks
spencerng opened this issue Feb 19, 2019 · 0 comments
Open
5 tasks

TeamReport spreadsheet generation #7

spencerng opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels

Comments

@spencerng
Copy link
Member

spencerng commented Feb 19, 2019

  • Write a method in TeamReported that returns all of the names of its computed averages, counts, and attempt-success rates as a comma-separated string, in addition to the team number. This should include prefixes such as "avg" to differentiate between these values and raw data points, as this string will become the header of the TeamReport CSV file.
  • Write a method in TeamReport that returns the values of its computed averages, counts, and attempt-success rates as a comma-separated string.
  • Write a method in EventReport that iterates through all TeamReports of the event and outputs a CSV file (with a header) of all computed values. This should implement the methods you wrote before.
    • The format of the file should be the header as the first row, the team number as the first column, and the computed metric names as the remaining columns. The remaining rows should have the values of the computed metrics, with one row for each team at the event.
    • Ensure the file name of this CSV file is TeamReports - <event key>.csv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants