Feature Idea: Mark PRs in Graphs (Read 500 times)


The shirtless wonder

    I have a graph defined that shows my weekly mileage over the history of my running log.  It would be really cool if the graph could highlight PRs.  Even better would be if we could mouse-over a PR to get more information like race distance, time, the PR difference (for example my most recent 5k was about 1:30 better than my previous 5k PR).  This could help find training patterns that result in success. 

    It would also be cool to see the PR difference on the Personal Records page.

    Eric: keep up the great work.  This is the best training log there is and you continue to improve it. As a software engineer I am very impressed.

    Greg


    What does Tunis make?

      Neat idea.

      It's a 5k. It hurt like hell...then I tried to pick it up. The end.

        When I redid the training log, I also updated the graphing code such that I can (relatively) easily add image mapping so that you can click on the graphs and get more information from them.  I haven't gotten around to it because there are so much to do.

         

        I'm not sure how to indicate a PR in the graph.  More importantly, I'm not sure if I want to do that since PR calculation is what some resource demanding.


        The shirtless wonder

          Eric,


          What if you kept PRs cached?  You'd only have to compute a PR any time a race was entered, not when it was queried.


          Greg