-
Notifications
You must be signed in to change notification settings - Fork 4
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
Estimate missing lengths feature #19
Comments
Actually, I think it is more correct to add a lane with the time missing. |
I've tested qttest and it never goes to line 172. This is what it prints
Set lengths 3, Time: 01:46 Which is missing 1 lap. |
Can you run the latest version of qtest and pastebin the dumped output, and the matching lines from the windows csv. I'm getting the hang of decoding these now. :) |
probably missing a "git push" |
It was late. :)
|
pushed. :) |
I've tried the new version and the output is exactly the same as the win app. either the watch tries to detect period when I do not move much, or for some reasons it misses the "last (?)" lanes? I think it is probably the first. I understood the watch can miss a turn or detect more turns, but here it different. |
yes, there's no additional length data in that dump. |
Any more thoughts on this? |
I was going to add a new column to the set view called GAP to display missing (or extra) time. Then as a separate pr, a way to turn this missing time into lanes. At the same time I've contacted swimovate but they are a bit clueless and it is not possible to contact developers directly. |
The per set rest time should be getting populated correctly now, although I
|
What do you mean? Missing is the difference between sum of lanes time and set time, which I hardly consider rest, in all my cases these are missed lanes. I am referring at the latter when I say I want to convert in lanes. |
I've pushed the initial version of the editor to convert gap -> lanes. Probably the user needs to have a few more bits of info, but it is most of the implementation of my original idea. It is not a push request yet, but the curious can see it at |
It is almost ready, one outstanding issue is GUI updating and workout consistency. I have noticed that the existing "delete set" button suffers from a similar issue.
I am not trying to solve the particular case of editing a set, probably a more comprehensive solution is required, where everything is refreshed without changing selections. The same, when sets change or are removed, the workout totals should be updated uniformly. |
And should the user be allowed to discard changes (like delete workout or set)? |
Agreed on both points, the workout->data synchronisation needs tidying up now it's getting more complex. It started out quite simply, but the gui has evolved somewhat. |
http://pastebin.com/FbX630pG
This is my data.
Downloaded with the Windows app.
If you look at the 1st set on 04/10/2015 you can see in the summary that it took me
1:45 to do 75 M
This corresponds to a speed of 141 (per 100M)
But when you look at the split times (both here and in the windows app) you can only see 3 lanes totaling: 1:22 which is about my speed over 75M
I never do odd number of lanes, so I think it has lost one turn, but
it has lost time too!!!!
Should there be an option to ignore the total times and sum the split times?
The text was updated successfully, but these errors were encountered: