issues
search
aaron-schroeder
/
distilling-flask
Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3
stars
0
forks
source link
Improve performance of multi-activity data access
#94
Closed
aaron-schroeder
closed
1 year ago
aaron-schroeder
commented
1 year ago
Use pd.read_sql_table instead of loading a dataframe from ORM classes.
Indicate Activity data is being retrieved on dashboards using dcc.Loading
Move TSS & IF calcs from separate package to a util file
Closes #92
Closes #92