Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 680 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 680 Bytes

Advanced stats (from Strava)

  • Syncs Strava Activities for the athlete
  • All in the browser using browser based storage (localStorage and IndexDB)

Start

yarn start

Test

yarn test

Todo

  • Tests
    • unit tests
    • e2e tests with playwright
    • Saga tests
    • PropTypes
  • Document all components
    • Graphs
    • Sagas
    • Data Processing
  • Add more actvity types
    • swim
    • kayak
    • ski
  • Goals
    • Add goals per activity per "season"/year
    • Placeholder if there are no goals
  • Data
    • Sync athlete on data sync
    • Sync every n hours? Handle offline or bad data connection!
  • Fix
    • unmount graphs errors