danielnelson35 / CPSC455Project

CPSC 455 group project
1 stars 0 forks source link

Unit 6 Scrum Report #54

Open jasonsong-cs opened 1 year ago

jasonsong-cs commented 1 year ago

Describe (for the project):

  1. What you’ve worked on in the previous two weeks
  2. What you’ll be working on in the next two weeks
  3. Where you might have gotten stuck during the last two weeks.

These should be quite short (a sentence for each of the three items above).

jasonsong-cs commented 1 year ago

CSID: z9s1w

  1. Deployed the frontend and backend via render, changed fetch calls to use deployed api url and add an user input form to add their own recipe.
  2. Will work on the last couple requirements and making the site look more clean.
  3. Creating a section for the input form where you can add and delete input boxes had some issues at the beginning.
ab6462 commented 1 year ago

CSID: t6g3b

  1. I added thumbnails for the list of favourites and made it clickable - displaying selected favourite recipe in the recipe card.

  2. Will work on additional standard requirement.

  3. There was a circular dependency bug when displaying a recipe from the list of favourites.

danielnelson35 commented 1 year ago

CSID: m8w2b

  1. I added drop down menu and functionality in the front end for the API call for the ingredients autocomplete dropdown, and the ingredients list. We all worked on css for the website in a live coding share.
  2. Will work on cleaning up the last remaining items for the look of the website as well as any remaining items for the back end
  3. stuck for a bit finding a way to create a dropdown from an API call
eltontiet commented 1 year ago

CSID: e3h0a

  1. I added backend logic for filtering recipes by ingredients, and helped others with their items.
  2. Will work on finishing up the rest of the standard requirements and cleaning up the code for review.
  3. Spent a bunch of time messing around with the new api which took a lot more time than I initially thought