You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a workout, the 'Done' button should call a new action (through the finishWorkout function) to remove this workout from the todaysWorkouts array. That way the next 'Start your workout' call through the dashboard will correctly launch the second exercise of the day.
Once todaysWorkouts is empty, a PUT request should be made to :userid/calendar/day to add that user as having completed this day's workout
The text was updated successfully, but these errors were encountered:
When doing a workout, the 'Done' button should call a new action (through the finishWorkout function) to remove this workout from the todaysWorkouts array. That way the next 'Start your workout' call through the dashboard will correctly launch the second exercise of the day.
Once todaysWorkouts is empty, a PUT request should be made to :userid/calendar/day to add that user as having completed this day's workout
The text was updated successfully, but these errors were encountered: