wger-project / wger

Self hosted FLOSS fitness/workout, nutrition and weight tracker
https://wger.de
GNU Affero General Public License v3.0
3.16k stars 579 forks source link

Allow comparison of members #283

Open rolandgeider opened 8 years ago

rolandgeider commented 8 years ago

From user feedback: when training together it would be useful to see a comparison of some sorts. A possibility would be to have a graph where the data for (selected) members is shown or, less nicely, at least have different graphs under each other.

Adding the "needs discussion" tag because there are other ways of comparing data besides the graph that could be explored

A place for this is probably the teams page, see #172

rolandgeider commented 7 years ago

The idea behind this issue is that when two or more people train together, they both log their workouts and the application compares them somehow, either with a table exerise by exercise if both did the same or via some graphs as suggested above.

Apart from that the system could calculate some aggregrated metrics such

These don't necessarily need to make sense, e.g. the total amount of weight moved is not really a sensible number, but should just provide an incentive to be a bit competitive.

All this would fit perfectly in the teams module (see linked issue in the comment above). There is quite a bit of code for that, and I would say that it is completed by around 70%