rilling / OpenTracks-Winter-2024-COMP-354

OpenTracks is a sport tracking application that completely respects your privacy.
https://OpenTracksApp.com
Apache License 2.0
5 stars 26 forks source link

Framework to allow a list of Run / Lift statistics from a ski activity track to be displayed #115

Closed carbo18 closed 7 months ago

carbo18 commented 7 months ago

During every ski session, users will take multiple lifts and ski through multiple runs. What is the simplest way to view the information that they would want from this session?

Listing the lifts and runs in their respective pages will not only serve as a concise way to summarize the ski session, but it is also a great tool to navigate to the information of any specific lift/run that a user may want to see.

It may be possible to show the information for all lifts and runs on one page, but that would be much more cluttered and difficult to follow along.

The issues for the Lift list and the Run list have been merged due to the similar layout and function of both lists.

Develop the framework to build a list of runs and lifts from a track session so that the stats fro each one can be displayed in later sprints.