darodriguezalv / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Suggest activity types based on speed (and maybe other signals) #1256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm biking everyday and I need to type 'biking' every time I completed a track. 
It is not very difficult to suggest the types automatically, e.g. based on 
speed.

::Rules::

* hiking < 5mi/hr
* 5mi/hr < biking < 30mi/hr
* driving > 30mi/hr
* crazy > 100mi/hr
* to the moon > 25000mi/hr
There are also other low hanging fruit: it's driving/in-traffic if average 
speed is below 30mi but peak speed is above 45mi.

::UI::

When focusing on the type input field, the suggested type is pre-filled and 
selected, and other possible types ('biking'/'racing', or 'hiking'/'mountain 
hiking', etc) are popped up in a menu.

I'd like to implement this feature if no one is working on it.

Original issue reported on code.google.com by nw...@google.com on 5 Mar 2013 at 5:14

GoogleCodeExporter commented 9 years ago
We can definitely use improvement in this area.
In Settings->Recording->Default activity type, you can set the default activity 
type.

Another proposal is to add to the auto-complete list the recently entered 
activity type on the top.

Please email mytracks@googlecode.com for the exact changes you would like to 
make.

Original comment by jshih@google.com on 5 Mar 2013 at 10:49