papesce / balanced-gym-app

Balanced Gym React App
MIT License
0 stars 0 forks source link

Add summary section #2

Open papesce opened 4 years ago

papesce commented 4 years ago

It would be great to have some sort of summary about recent activity (exercises done today) or in general about last week, month, etc. (avg weight, total weight)

papesce commented 4 years ago

Idea: Use a swipeable view to navigate between different data (See sample in wahoo mobile app)

papesce commented 4 years ago
papesce commented 4 years ago

Server side: sort exercises by last updated. and groupBy day. That should give the excution history. For each day compute totals and avg as required.