jakji93 / airon-fitness

AIRON Fitness is an AI-powered fitness companion supporting your personal health journey by delivering customized fitness and meal plans tailored to your goals and preferences.
https://airon-fitness.onrender.com/
MIT License
3 stars 2 forks source link

initial implementation of workout schedule history #44

Closed jakji93 closed 11 months ago

jakji93 commented 12 months ago

Notes: Create a new entry when requesting a new schedule Currently update is done by updating on the latest entry without creating a new entry (option 1) option2: creating a new entry when update as well (keeping a history of all the updated schedules)

d-x-s commented 11 months ago

When will the user request a new schedule VS just updating their schedule? If the custom inputs are used only for updating schedules, then there might not be a use case for Option 1.

I might just not be on the same page about the implementation, let's discuss in our meeting today.

Also: in the model for WorkoutSchedule, change schedule field to schedules?