-
-
Notifications
You must be signed in to change notification settings - Fork 71
Export stopwatch times as csv #492
Copy link
Copy link
Open
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Checklist
Feature description
On the stopwatch screen, in the three-dot menu in the top left, I would like an ‘Export’ button that exports the round numbers, lap times and cumulative times as a csv. (Just as it is displayed in the app.)
For example, an export of a 12-second 4-lap session could look like this1:
Why do you want this feature?
The stopwatch is beautiful, but it unfortunately can’t be used for data gathering and analysisas of now.
Additional information
Footnotes
Although the app displays the lap times in deciseconds (0.1 s), it’s best to use milliseconds in the export, because that’s how the times are stored internally. ↩