Closed makampos closed 2 weeks ago
isActive
WorkoutPlanEntity
ToggleIsActive
ToggleWorkoutPlanActiveAsync
20241108144559_AddedIsActiveFieldInWorkoutPlanEntity
IsActive
GetWorkoutPlansByUserIdAsync
isActive
field to theWorkoutPlanEntity
to track the active status of workout plans.ToggleIsActive
method to enable toggling the active status on and off.ToggleWorkoutPlanActiveAsync
for updating the active status via the API.20241108144559_AddedIsActiveFieldInWorkoutPlanEntity
to update the database schema with the new field.IsActive
parameter to theGetWorkoutPlansByUserIdAsync
method to allow filtering of workout plans based on their active status.IsActive
parameter.