SketchConnect / sketch-connect

https://sketchconnect.vercel.app
3 stars 0 forks source link

6/11/2023 Scrum Report #15

Open shuting-hu opened 1 year ago

shuting-hu commented 1 year ago

https://docs.google.com/document/d/1lb7WCB9D5xq-wuqG0BjShrd1rhqrXn9Ie2H_FfflbaQ/edit

shuting-hu commented 1 year ago

Shu Ting Hu (a9k2b)

  1. What did you work on this past iteration (2 weeks)? As a team we met to set up an agile scrum board for our project and broke down tasks that need to be done and split off into FE and BE groups. Within each group we further broke down tasks and plans such as deciding which components to make from our requirements, which styling frameworks to use. I worked on code structure cleanup and styling improvements following Michelle and Vishal's component additions and setup routing to external pages with the about page component.

  2. What were any major issues/challenges you ran into? We faced no major issues only small challenges along the way which weren't surprising such as merge conflicts and schedule alignments incase we wanted to meet up and pair program. Otherwise, no git issue or npm errors were too difficult to overcome eventually.

  3. What do you plan to work on for this coming iteration (2 weeks)? For this coming iteration, we will have another planning meeting this Monday to kick off the sprint for project progress 3 where we'll discuss which Redux actions to implement and next steps for working towards connecting FE and BE, we'll split off tasks in more detail there.

michelleykim commented 1 year ago

Michelle Kim (k3x2b)

  1. I worked on hi-fi design of the app jotting down main 4 pages and implementing components on the main landing page as well as its styling.
  2. There were some hardships implementing overlaying components, which I will further investigate into. When merging the BE and FE into project_2 branch, we encountered some problem using MUI with React v18 but it was resolved. I also had some node permission problem on local machine, that's now resolved.
  3. I plane to continue improving and implementing the frontend components as well as helping with setting up redux
VDeshh commented 1 year ago

Vishal Desh - CSID: w6y2b

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

Worked on the Navbar, Timer and the canvas, export Canvas components and its styling. I worked on styling the main landing page with Michelle Kim. Setup Routing and Page Navigation to some pages.

2. What were any major issues/challenges you ran into?

Coordinates were not properly mapped to position on canvas, so the drawing position was not the same as the cursor position. This was fixed after storing the position of the cursor as a separate state.

3. What do you plan to work on for this coming iteration (2 weeks)?

I will be finishing up on the design and frontend components for all the pages and make them dynamic. Will reiterate the design phase based on feedback from previous design review. Complete all the components and Page Designs. I will also try to help and get started on the backend.

Backlog In Progress In Review Done
Styling Final Components Change in Meeting timing to after Workshop Major Components (Eg: Canvas)
martincai8 commented 1 year ago

Martin Cai (m5z8p)

  1. I worked on setting up MongoDB and connecting it to our app with Michelle Wang. I also helped write some basic API routes to interact with the database.
  2. Not this past sprint, since MongoDB is pretty straightforward. We did have some merging and npm issues towards the end because the file structures were changed after the Frontend branch was created but we were able to fix them.
  3. I plan to continue writing more routes, helping integrate redux into our app, and also figure out an image storage solution.
michelle-wangg commented 1 year ago

Michelle Wang (i5p4s)

  1. What did you work on this past iteration (2 weeks)? In collaboration with Martin Cai, I worked on the task of setting up MongoDB for the project. We designed and created collections and documents tailored to the specific needs of our project, which includes sessions and users.
  2. What were any major issues/challenges you ran into? There were no major issues that we ran into but we encountered a few minor hurdles, including anticipated occurrences like merge conflicts and npm issues. We were able to overcome this by communicating and helping one another.
  3. What do you plan to work on for this coming iteration (2 weeks)? I plan on continuing working on the database and routes with Martin and working on other requirements that we will be discussing at our Monday team meeting.