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

Exported Excel file only showing stopwatch average, not all stopwatch cycles #188

Closed
302scouting opened this issue Feb 18, 2018 · 5 comments
Labels
enhancement Minor feature or request feature:exports Involves spreadsheet exporting wontfix This will not be worked on

Comments

@302scouting
Copy link

302scouting commented Feb 18, 2018

Step 1: Describe your environment

2.2.4.5751

Step 2: Describe the problem:

When Robot Scouter exports the collected data, the resulting Excel file only shows the Stopwatch average as opposed to the individual cycle times. If only one field can show we would rather see the total time than the average time as one bad round can through off an average.

Steps to reproduce:




Observed Results:

Expected Results:

I expected each individual cycle to show. We are more interested in the individual cycles than the average since one fluke round can throw off the average. If only one field can show we would rather have the total time than the average.

Other Relevant Bits:

[2018_ALLIANCE_DATA] 773 - Kingsville CavalGears.xlsx

@SUPERCILEX SUPERCILEX added enhancement Minor feature or request question feature:exports Involves spreadsheet exporting labels Feb 18, 2018
@SUPERCILEX SUPERCILEX added this to the 2.3.0 milestone Feb 18, 2018
@SUPERCILEX
Copy link
Owner

@302scouting if you click on the cell, you'll see that it's actually an inlined AVERAGE function with all the laps available:
image

I chose to use the average by default because that seemed like the choice that would convey the most actionable information. Now that I'm thinking about it, the median seems like a better function, what do you think? (I don't like the sum since that doesn't really tell you anything: more or less laps will radically change its value).

@302scouting
Copy link
Author

302scouting commented Feb 18, 2018 via email

@302scouting
Copy link
Author

302scouting commented Feb 18, 2018 via email

@SUPERCILEX SUPERCILEX added the wontfix This will not be worked on label Feb 20, 2018
@SUPERCILEX
Copy link
Owner

@302scouting Ok, I've deliberated over this some more and have decided to leave it as is (average). Here's my reasoning:

  • Some teams are still tracking cycle times for certain actions, so changing it to use SUM would break those teams.
  • Given that year-independence is one of the core principles behind Robot Scouter, it can in theory be used for any game which makes me hesitant to make any changes that lean towards one year's game or another. However, if FIRST continues using time-based points in future years making this game the norm rather than the exception, I'll be happy to reconsider.

I wish I could give you a better answer, but any change I make will disappoint one party or another. 😞🤷‍♂️ Good luck! 😊

@302scouting
Copy link
Author

302scouting commented Feb 21, 2018 via email

@SUPERCILEX SUPERCILEX removed this from the 2.3.0 milestone Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Minor feature or request feature:exports Involves spreadsheet exporting wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants