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

Scrum 2 #14

Open d-x-s opened 1 year ago

d-x-s commented 1 year ago

Scrum Report Steps

Post a comment in this issue with:

  1. Your Name
  2. Answer these 3 questions
    1. What did you work on this past iteration (2 weeks)?
    2. What were any major issues/challenges you ran into?
    3. What do you plan to work on for this coming iteration (2 weeks)?
  3. Ensure answers are 5 sentences MAX

Grading Rubric:

2: Includes all 3 points. Demonstrates a bit of meaningful reflection on at least one item in the report.

1: Simplistic, or no meaningful, specific information.

0: Missing or Late.

ckev07 commented 1 year ago

Scrum Report for Kevin Chung

  1. What did you work on this past iteration (2 weeks)?

    • Developed code for creating user profile (i.e. text entry, image fetch/upload, date entry).
  2. What were any major issues/challenges you ran into?

    • None at the moment - overlapping code development has occurred during the past iteration, but it has been resolved with additional meetings and communication.
  3. What do you plan to work on for this coming iteration (2 weeks)?

    • Create a skeleton version of the home page and the fitness plan section, where the user can input data and (for now) mock result will be fetched.
jakji93 commented 1 year ago

Scrum Report for Jack Ji (n9l8)

kevin-wu01 commented 1 year ago

Scrum Report for Kevin Wu (v4b3b)

kennyjhcheng commented 1 year ago

Scrum Report for Kenny Cheng (i4z2b)

  1. I worked on bootstrapping our project with major packages we need, setting up ESLint, and building reusable front end form components for creating and updating profile data.
  2. Some challenges included communicating tasks clearly to prevent overlap, and deciding on data types and input methods to balance complexity and reasonable data types.
  3. I plan to work on setting up Redux to populate data in our front end with data from our backend wrap up form components for additional data users can input to personalize their fitness plan. I will also setup JWT Authentication and integrate register, login, logout End to End and create a context-based "Toast" element to provide user feedback in the frontend. Additionally, I will cleanup signup flow styling.
d-x-s commented 1 year ago

Scrum Report for Davis Song (j5a3b)

  1. Designed and implemented landing page, setup MUI global nav bar and added routingm to application

  2. It was confusing exploring the MUI documentation and adding customized changes to the global nav bar until I was able to come across additional resources online.

  3. Remaining design tasks such as the creation of logos and other assets, adding a footer, a possible "About" page, and finally working on API implementation when the design is available