sleepEarly7z / easy-drive

Welcome to ezdrive! The ultimate website for finding a local driving instructor nearby you, or post our own business by registering as an instructor! The explore page contains all the instructors we have and you can filter them using the panel on the left. You can also register as a student/instructor and edit your profile. Find a great instructor? Leave him/her a review and give a 5 out of 5 rating.
https://ezdrivemain.herokuapp.com/
3 stars 3 forks source link

Scrum Update 2 (05/32 - 06/12) #38

Open kaiqianyyang opened 2 years ago

kaiqianyyang commented 2 years ago

Include your NAME in your post (so we can give you a grade!) Answer 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)?
name csid
Davis Qi u8n4u
Yizhou Li c9p5r
Kaiqian Yang q0d7e
Chloe Zhang g5z2b
kaiqianyyang commented 2 years ago

Name: Kaiqian Yang CSID: q0d7e 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)?

qhl-cpu commented 2 years ago

Name: Davis Qi CSID: u8n4u

  1. What did you work on this past iteration (2 weeks)?
  1. What were any major issues/challenges you ran into?
  1. What do you plan to work on for this coming iteration (2 weeks)?
sleepEarly7z commented 2 years ago

Name: Yizhou Li CSID: c9p5r

What did you work on this past iteration (2 weeks)? I did the slider and implemented in another npm lib. I also did the profile pages with two components.

What were any major issues/challenges you ran into? First is some components and libs are not supported by React 18. So I have to force install it and it caused problem for our teammates. The second thing is we had CSS conflicts, the naming is similar among our team members. However, we had good collaboration so we had a meeting to solve it.

What do you plan to work on for this coming iteration (2 weeks)? Add redux to my profile form. Pass states to my teammates.

ZiyueChloeZhang commented 2 years ago

Name: Chloe Zhang CSID: g5z2b

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

    • FilterPanel component
    • FilterCategory component
    • Main page styling
  2. What were any major issues/challenges you ran into?

    • nested collapsable list for FilterCategory has some bug that when clicking on one category toggles open/close all the other ones
    • I tried to make it responsive that when the screen width is below a breakpoint, the filter panel turns into a dropdown list on the top of the FilterList component. Right now it's done by using two different components, not ideal.
    • the team is using different libraries for styling, which makes integration a bit hard.
  3. What do you plan to work on for this coming iteration (2 weeks)?

    • refactor the FilterPanel so it's bug-free and responsive.
    • working with Cathy to fulfill the filtering functionality by dispatching filter options to redux on clicking submit button or on change of each checkbox
    • refactor styling to make the project more consistent.