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
4 stars 2 forks source link

Schedule History UI #81

Closed kevin-wu01 closed 1 year ago

kevin-wu01 commented 1 year ago

Implementation for a user's schedule history, content can be found on the user profile page.

kevin-wu01 commented 1 year ago

No console errors, but seeing unexpected output in the FE where:

  • Workout is displayed as undefined in the Workout Schedule Component
  • Meal Plan displays an extra row of "undefined: undefined sets of undefined reps with undefined seconds of rest" in the Meal Schedule Component (possibly because you're trying to display the nutritional macros for each day when that is removed in the Meal Plan Component in the FE?)

Please take a look at the images below for your reference, thanks! image_720 image_720

Thanks for the callout should be fixed now, I think I was testing with bad data in the original implementation.

kennyjhcheng commented 1 year ago

Fixed styling a bit:

image