You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Cyclenoid, during the use of the public beta for 2 month i found some possible issues which i wanted to share so that they can be fixed in future versions. But at first i want to say thanks for this cool piece of software which is really nice and which helps me a lot to track my bikerides. Please be informed that i am not proficient in typescript or any sort of programming and never used the discussion feature in github before, so i hope i can explain it an a way which is understandable enough ;-)
atm in the utils.ts just swim, walk, run and bike are recognized, which means that e-bike, virtual ride and hike are not properly recognized. Hike ist a a special one because its recognized as walk.
The Moving Time is not shown correctly, cause it uses the same metadata string for moving time and elapsed time in the service.ts (parsed.metadata.durationSec)
After creating a Powercache all newer rides are no longer taken into account for the power or record tab. Could be my fault because i maybe dont understand the function of the powercache properly.
Not an Issue but sometimes the coloring of the heatmap seams inconsistent. Means i dont understand why some tracks are highlited and some are not. Some Colors are very difficult to see.
There seems to be an Analytics page (which is reachable via sidebar in the activities tab) but the page is empty
in the service.ts is already a string for calories using parsed.metadata.calories but no calories are parsed in the fitparser.ts
kilojoule are not taken into account atm
the segment backfill worked fine, till the creations of the powercache. after that no more segments are created even if i start the process manually in the systems tab. but i am not sure if this is a general problem or just my personal problem (cause i tried to fix some of the mentioned issues above with "corrections" in the datafiles on my pc manually)
Tried to fix the problem that kilocalories and kilojoules are not taken into account correctly manually, but that leads to the follow up problem that the kilocalories during the ride are shown correcly in the pizzaslices, but in the record tab, the kcal are calculated (Kj divided by 4) which is technically correct but due to the inefficiency of the human power during a bike ride its almost a 1 to 1 relation and in my opinion theire is no need for calculation because the calories are delivered through the fit file as a separate value.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi Cyclenoid, during the use of the public beta for 2 month i found some possible issues which i wanted to share so that they can be fixed in future versions. But at first i want to say thanks for this cool piece of software which is really nice and which helps me a lot to track my bikerides. Please be informed that i am not proficient in typescript or any sort of programming and never used the discussion feature in github before, so i hope i can explain it an a way which is understandable enough ;-)
Have a nice day!
Timo
All reactions