Closed nkfoss closed 4 years ago
Moving forward, this going to be implemented similarly to how errors are handled by the auth service. The method will expect to catch an error, then outsource it to another method to handle. The setlist component will also set up a subscription and subscribe to the service's method, and then handle the response (or error message) appropriately.
One error: see "Sep 05, 2020" for example.
There is a bench press entry with no weight, reps, or proportion of effort. When clicking "Save Workout", there is the following error because there are no data points:
This happens on any day with an entry that is missing things like reps. In particular,
repmax.service.ts:77
refers toHowever, it seems to save the entry anyways.