Closed jovandeginste closed 2 months ago
Adds a feature to share workouts publicly via a unique URL.
/share/:uuid
PublicUUID
Workout
workouts_share
workout_actions
Fixes #239
Adds a feature to share workouts publicly via a unique URL.
/share/:uuid
endpoint renders a workout based on the provided UUID.PublicUUID
field is added to theWorkout
model to store the UUID for sharing.workouts_share
endpoint generates a new public UUID for the workout.workout_actions
template to include the share functionality.Fixes #239