bearbob / LiftingLog

An android app written in React Native to log lifting progress
Apache License 2.0
0 stars 1 forks source link

Paste CSV data #14

Open bearbob opened 4 years ago

bearbob commented 4 years ago

Add an option to either post data for multiple exercises at once or per exercise. The data could have the format exerciseID;date;weight;reps

Upon saving, for each row the normal calculations (one RM, strength Score) are done.

Additionally it would be useful to provide an export with the same data structure

bearbob commented 4 years ago

Possible duplicate of #1