ubc-cpsc455-2024S / project-16_dev_dynasty

project-16_dev_dynasty created by GitHub Classroom
MIT License
2 stars 0 forks source link

Scrum Report 2 #11

Open jburden1 opened 3 months ago

jburden1 commented 3 months ago

Justin Burden


Work Completed In Past Iteration:

Major Issues/Challenges Faced In the Past Iteration:

Work Planned for Next Iteration:

rdick commented 3 months ago

Ryan Dick

Work Completed In Past Iteration:

Setup up react router and all the main pages. Built the header component Built the user and customer forms.

Major Issues/Challenges Faced In the Past Iteration:

Coordinating team efforts on keeping all the code up to date with the latest pull requests.

Work Planned for Next Iteration:

Setup API:

Modify house status and modify house bay House Status Include:

Implement reducers to do this

andrewlly commented 3 months ago

Work Completed In Past Iteration: In the past two weeks, I have completed the API design documentation, set up Redux, and finished the navbar and sidebar components for the BayBuild project.

Major Issues/Challenges Faced In the Past Iteration: The main challenge was finalizing the API design requirements and data structure design, which required thorough discussion and agreement among team members to ensure alignment with project goals.

Work Planned for Next Iteration: For the next iteration, I plan to complete the house slice and the house listing table, allowing users to query different fields within the table. Additionally, I will ensure that these features are integrated smoothly into the overall project architecture.

AndyHuWHO commented 3 months ago

Yelin (Andy) Hu

Work Completed In Past Iteration: In the last iteration, I mainly worked on implementing the production line component and its styling. I implemented and tested out different versions of production line layout and we choose the one that our team like the most. I also involved in design and development of data schema needed for our backend.

Major Issues/Challenges Faced In the Past Iteration: The major challenges faced in the last iteration was some of the requirement details and goals was not completely clear to me. For example, the 9 states for modular homes that were shown in the pdf our client sent us were not completely clear and I'm not sure what we want to do with each of the states.

Work Planned for Next Iteration: Put some default data in our reducers. Populate redux reducers with default data Implement one of our standard requirements: Track Home Progress on Production Line Status Board - allow users to visualize the current status of each home on the production line status board (e.g., red = "work in progress", yellow = "pending quality control check and approval", green = "complete").