Open Seerden opened 2 years ago
Started implementing this in branch workouts/session/set-up
.
Just brainstorming a little bit to get started. Need to implement, at least, the following things:
WorkoutSession
componentuseWorkoutSession
component hook that handles the component's functionality['workout', workout_id]
from useQueryWorkoutsByUser()
onSuccess
This is really the meat of the MVP of this application.
Don't want to overcomplicate this to start with. There's no user settings yet. Use a base value and possibly allow updating it through local storage for now.
I'm closing in on finishing the first working version of this view.
Track a live workout session.