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 3 (06/13 - 06/24) #61

Open sleepEarly7z opened 2 years ago

sleepEarly7z 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
sleepEarly7z commented 2 years ago

Name: Yizhou Li CSID: c9p5r

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)?

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: Haoliang 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)?
ZiyueChloeZhang commented 2 years ago

Chloe Zhang g5z2b

  1. What I did in the past iteration
    • refactored the server into clearer structures (API, services)
    • documented API using swagger UI
    • refactored filter, sort, and search functionality into one component with a shared state
  2. major issues and challenges
    • lack of communication with teammates ended up in conflicts in design (including frontend and server routes)
    • stuck on making the filter, sort, and search container responsive as it has many components.
  3. what I'll work on
    • implement a seed file so it auto-generates random user info that can be used for testing.
    • add MongoDB to the server.
    • finish search, filter, sort functionality with Davis.
    • try to add pagination for filtered result