wonhakchoi / Epic-Project-Group

1 stars 1 forks source link

SCRUM Report 3 #13

Open CedricPulmano opened 1 year ago

CedricPulmano commented 1 year ago

A collection of our SCRUM reports for implementing more components and pages, as well as handling Redux states.

CedricPulmano commented 1 year ago

Cedric Pulmano (t7t2z) 1. What did you work on this past iteration (2 weeks)? I worked on the Friends page of our project. Some functionality includes: viewing friends, sending and accepting friend requests, and searching up friends by name with pagination, all with working redux states. I also fixed a merge conflict related to our redux states.

2. What were any major issues/challenges you ran into? We had a merge conflict which took a while to find and fix. We were also crunched for time, but we ended up pulling through, which is great.

3. What do you plan to work on for this coming iteration (2 weeks)? I plan to work on the database side of things, translating the redux state management to using the server. I also plan to try working on more requirements, such as users being able to add reviews, and connecting our data to the Google Maps API.

wonhakchoi commented 1 year ago

Wonhak Choi (o9z2b)

1. What did you work on this past iteration (2 weeks)? I implemented the log in and sign up page. Currently it doesn't have any authentication or validation, but I've set up the redux for it so that when I do start working on the functions, it will hopefully go smoothly. I also used MaterialUI for styling.

2. What were any major issues/challenges you ran into? Some challenges were putting all our code together into one place, as we were individually working on our own branch, so we ran into some minor issues with errors popping up.

3. What do you plan to work on for this coming iteration (2 weeks)? Our group will meet up to further discuss about what we're going to do for the next 2 weeks to meet our next project progress deadline. I will continue to work on the login and sign up page as well as styling using material UI. I will also start working on the API end points.

tammy-kim commented 1 year ago

Tammy Kim (r0x2b)

  1. What did you work on this past iteration (2 weeks)? I modified the navigation bar and added a sidebar menu, using React and Material UI for styling.

  2. What were any major issues/challenges you ran into? Merging our code from different branches to one final branch did not go smoothly sometimes. We struggled a bit with meeting the requirements on time due to busy schedule, but we managed to implement the important functionalities in the end.

  3. What do you plan to work on for this coming iteration (2 weeks)? Our group will hold a meeting soon to discuss which specific requirements to focus on for our next project progress. I will continue working on improving the styling, and implement adding a search result to a collection through Redux as well as the backend.

malcolmz-zr commented 1 year ago

Malcolm Zhao (g0t0j)

  1. What did you work on this past iteration (2 weeks)? I worked on the Profile Page for our project, displaying dummy data and having it navigate to other pages.

  2. What were any major issues/challenges you ran into? Our communication could've been stronger, we could've met up more since we were calling one day before it was due to merge our work together.

  3. What do you plan to work on for this coming iteration (2 weeks)? We will focus on completing the minimal requirements in its entirety, as well as moving to complete a lot of our standard requirements. First, we could do some more styling and set up the database/backend.

imvanwendy commented 1 year ago

Chenwen Shen (m2d2b)

  1. What did you work on this past iteration (2 weeks)? I worked more on the collections (previously named lists) page, allowing each collection to open to a list of restaurants and hooked it up to redux.
  2. What were any major issues/challenges you ran into? Last week I wanted to be able to add restaurants from the search page, however; I did not think about what a good way to display the collections would be. As a result I was unsure as to how to approach this task.
  3. What do you plan to work on for this coming iteration (2 weeks)? I plan on trying to finish up the frontend and discussing with our group as to what tasks we have left on the frontend in order to meet our minimal requirements. As well I want to help with designing what we need for the backend, finishing any redux logic, and also doing the server endpoints needed for getting collection information.