A webapp built with leaflet.js and mapbox meant to make it easy to catalog bike rides that have been recorded with the DistanceLapse Video Creation System and Strava
4
stars
0
forks
source link
Encapsulate display update logic and youtube video control logic #49
Currently the logic to update the rabbit and cumulative stats row as well as the youtube video are not encapsulated in their respective files.
we should do this!
all interaction and control of the slider/play/pause button should be in youtube
all interaction and control of the rabbit/cum stats row should be in display-logic
Currently the logic to update the rabbit and cumulative stats row as well as the youtube video are not encapsulated in their respective files. we should do this! all interaction and control of the slider/play/pause button should be in youtube all interaction and control of the rabbit/cum stats row should be in display-logic